Fixed offsets on pico
This commit is contained in:
@@ -26,7 +26,7 @@ $yBase = (($length + $space) * $rows) + $space;
|
|||||||
$pcbHeight = 1.6;
|
$pcbHeight = 1.6;
|
||||||
$dampenerHeight = 1;
|
$dampenerHeight = 1;
|
||||||
|
|
||||||
$pcbDampenerOffset = $pcbHeight + $dampenerHeight + $clearance;
|
$pcbDampenerOffset = $pcbHeight + $dampenerHeight;
|
||||||
|
|
||||||
|
|
||||||
module pin(){
|
module pin(){
|
||||||
@@ -136,8 +136,8 @@ module case(){
|
|||||||
$topLeftEdgeOfPcbToCenterOfUsb = 23;
|
$topLeftEdgeOfPcbToCenterOfUsb = 23;
|
||||||
$usbHoleWidth = 12;
|
$usbHoleWidth = 12;
|
||||||
$usbHoleHeight = 9;
|
$usbHoleHeight = 9;
|
||||||
$usbOffsetFromPcb = 2.4;
|
$usbOffsetFromPcb = 4 - $pcbDampenerOffset;
|
||||||
$picoPcbClearanceFromBase = 3.8;
|
$picoPcbClearanceFromBase = 5.4 - $pcbDampenerOffset;
|
||||||
$picoWidth = 25;
|
$picoWidth = 25;
|
||||||
$picoLength = 53;
|
$picoLength = 53;
|
||||||
// Move to position along the wall the usb will be
|
// Move to position along the wall the usb will be
|
||||||
|
|||||||
Reference in New Issue
Block a user