mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Merge branch 'master' into revarbat_dev
This commit is contained in:
commit
3792e258a8
@ -1788,7 +1788,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(h=2*thickness+1, r=shaft_diam/2, center=true, $fn=max(12,segs(shaft_diam/2)));
|
||||
}
|
||||
}
|
||||
children();
|
||||
|
Loading…
x
Reference in New Issue
Block a user