Move USB hole up a little
This commit is contained in:
parent
76af86ac70
commit
dbaa9832f8
@ -124,7 +124,7 @@ def model():
|
|||||||
# USB inlet
|
# USB inlet
|
||||||
.faces(">X")
|
.faces(">X")
|
||||||
.workplane(centerOption="CenterOfBoundBox")
|
.workplane(centerOption="CenterOfBoundBox")
|
||||||
.center(-height / 2 + shell_t + 50, -5)
|
.center(-height / 2 + shell_t + 60, -5)
|
||||||
.placeSketch(usb_in)
|
.placeSketch(usb_in)
|
||||||
.cutBlind(-shell_t)
|
.cutBlind(-shell_t)
|
||||||
# Hole for power switch
|
# Hole for power switch
|
||||||
|
Loading…
Reference in New Issue
Block a user