mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 23:17:26 +02:00
Fixed screwhole colors for various stepper sizes.
This commit is contained in:
@@ -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);
|
rrect(size=[motor_width, motor_width, h], r=2, center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
color("silver")
|
||||||
xspread(screw_spacing)
|
xspread(screw_spacing)
|
||||||
yspread(screw_spacing)
|
yspread(screw_spacing)
|
||||||
down(screw_depth/2-0.05)
|
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);
|
rrect(size=[motor_width, motor_width, h], r=2, center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
color("silver")
|
||||||
xspread(screw_spacing)
|
xspread(screw_spacing)
|
||||||
yspread(screw_spacing)
|
yspread(screw_spacing)
|
||||||
down(screw_depth/2-0.05)
|
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);
|
rrect(size=[motor_width, motor_width, h], r=2, center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
color("silver")
|
||||||
xspread(screw_spacing)
|
xspread(screw_spacing)
|
||||||
yspread(screw_spacing)
|
yspread(screw_spacing)
|
||||||
down(screw_depth/2-0.05)
|
down(screw_depth/2-0.05)
|
||||||
|
Reference in New Issue
Block a user