mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 07:19:11 +00:00
Merge pull request #1730 from adrianVmariano/master
worm gear anchor fix
This commit is contained in:
commit
b4a25be17f
1 changed files with 1 additions and 1 deletions
|
|
@ -3278,7 +3278,7 @@ module worm_gear(
|
|||
profile_shift = profile_shift,
|
||||
slices = slices
|
||||
);
|
||||
thickness = pointlist_bounds(vnf[0])[1].z;
|
||||
thickness = 2*pointlist_bounds(vnf[0])[1].z;
|
||||
attachable(anchor,spin,orient, r=pr, l=thickness) {
|
||||
zrot(gear_spin)
|
||||
difference() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue