Browse Source

Move USB hole up a little

main
Roberto Alsina 4 months ago
parent
commit
dbaa9832f8
  1. 2
      notebook_nueva/modelo.py

2
notebook_nueva/modelo.py

@ -124,7 +124,7 @@ def model():
# USB inlet
.faces(">X")
.workplane(centerOption="CenterOfBoundBox")
.center(-height / 2 + shell_t + 50, -5)
.center(-height / 2 + shell_t + 60, -5)
.placeSketch(usb_in)
.cutBlind(-shell_t)
# Hole for power switch

Loading…
Cancel
Save