mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 08:59:40 +00:00
Compare commits
2 commits
0f09d1fac9
...
a95916b39e
Author | SHA1 | Date | |
---|---|---|---|
|
a95916b39e | ||
|
db8236dbed |
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ module spur_gear(
|
|||
: assert(false,"atype must be one of \"root\", \"tip\" or \"pitch\"");
|
||||
circum = 2 * PI * pr;
|
||||
twist = 360*thickness*tan(helical)/circum;
|
||||
slices = default(slices, ceil(twist/360*segs(pr)+1));
|
||||
slices = default(slices, ceil(abs(twist)/360*segs(pr)+1));
|
||||
default_tag("remove", internal) {
|
||||
attachable(anchor,spin,orient, r=anchor_rad, l=thickness) {
|
||||
zrot(gear_spin)
|
||||
|
|
Loading…
Reference in a new issue