Filled shell

This commit is contained in:
Christian Colglazier 2022-05-19 18:08:27 -04:00
parent 17646f5f74
commit cf1b4e8613

View File

@ -61,7 +61,9 @@ base = base.edges('|Z and <X').fillet(outer_fillets)
base = base.edges('|Z').edges('<<Y[-2]').fillet(5)
# Shell
copy = base.faces('>>Z[0]').workplane().center(0, -offset-loop_thickness).polarLine(2*stepper_motor_size, slant_degree).vLine(-2*stepper_motor_size).hLine(-2*stepper_motor_size).close().cutThruAll()
base = base.faces('+Z').shell(-1.6)
base = base.add(copy)
# Stepper motor mount points
stepper_hole_width=31.0