Fixed screwhole colors for various stepper sizes.

This commit is contained in:
Revar Desmera 2018-12-05 20:38:43 -08:00
parent ec5ed6266d
commit fd500109fb

View file

@ -100,6 +100,7 @@ module nema11_stepper(h=24, shaft=5, shaft_len=20)
rrect(size=[motor_width, motor_width, h], r=2, center=true);
}
}
color("silver")
xspread(screw_spacing)
yspread(screw_spacing)
down(screw_depth/2-0.05)
@ -132,6 +133,7 @@ module nema14_stepper(h=24, shaft=5, shaft_len=24)
rrect(size=[motor_width, motor_width, h], r=2, center=true);
}
}
color("silver")
xspread(screw_spacing)
yspread(screw_spacing)
down(screw_depth/2-0.05)
@ -164,6 +166,7 @@ module nema17_stepper(h=34, shaft=5, shaft_len=20)
rrect(size=[motor_width, motor_width, h], r=2, center=true);
}
}
color("silver")
xspread(screw_spacing)
yspread(screw_spacing)
down(screw_depth/2-0.05)