fix pico pcb clearance
This commit is contained in:
@@ -191,10 +191,10 @@ module case(){
|
||||
+$usbOffsetFromPcb - $picoPcbClearanceFromBase
|
||||
])
|
||||
// Make clearance downwards for the pico board
|
||||
#cube([
|
||||
cube([
|
||||
$picoWidth,
|
||||
$picoLength,
|
||||
$picoPcbClearanceFromBase
|
||||
$picoPcbClearanceFromBase + $clearance
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user