|
|
@ -144,7 +144,7 @@ def model(): |
|
|
|
# available, keyboard height, cable length, etc. |
|
|
|
.faces(">Y") |
|
|
|
.workplane(centerOption="CenterOfBoundBox") |
|
|
|
.center(- width / 2 + shell_t + usb_offset + 13 / 2, -8) |
|
|
|
.center(-width / 2 + shell_t + usb_offset + 13 / 2, -8) |
|
|
|
.placeSketch(usb_in) |
|
|
|
.cutBlind(-shell_t) |
|
|
|
# Audio plugs |
|
|
@ -215,7 +215,7 @@ def model(): |
|
|
|
# Channel for the usb hub |
|
|
|
.faces(">Y") |
|
|
|
.workplane(centerOption="CenterOfBoundBox") |
|
|
|
.center(- width / 2 + shell_t + usb_offset + 13 / 2, -8) |
|
|
|
.center(-width / 2 + shell_t + usb_offset + 13 / 2, -8) |
|
|
|
.placeSketch(usb_holder) |
|
|
|
.extrude(-shell_t - 8) |
|
|
|
) |
|
|
|