mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
correct error creating worm gear with shaft
This commit is contained in:
parent
b608332ec8
commit
2c29b5009c
@ -1774,7 +1774,7 @@ module worm_gear(
|
||||
difference() {
|
||||
vnf_polyhedron(vnf, convexity=teeth/2);
|
||||
if (shaft_diam > 0) {
|
||||
cylinder(d=shaft_diam, l=worm_diam, center=true);
|
||||
cylinder(d=shaft_diam, h=worm_diam, center=true);
|
||||
}
|
||||
}
|
||||
children();
|
||||
|
Loading…
x
Reference in New Issue
Block a user