mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
commit
38ecf62a40
1 changed files with 0 additions and 1 deletions
|
@ -800,7 +800,6 @@ module spur_gear(
|
||||||
backlash = backlash,
|
backlash = backlash,
|
||||||
interior = interior
|
interior = interior
|
||||||
);
|
);
|
||||||
circle(d=shaft_diam+4);
|
|
||||||
}
|
}
|
||||||
if (shaft_diam > 0) {
|
if (shaft_diam > 0) {
|
||||||
cylinder(h=2*thickness+1, r=shaft_diam/2, center=true, $fn=max(12,segs(shaft_diam/2)));
|
cylinder(h=2*thickness+1, r=shaft_diam/2, center=true, $fn=max(12,segs(shaft_diam/2)));
|
||||||
|
|
Loading…
Reference in a new issue