mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 07:36:31 +02:00
Merge pull request #1730 from adrianVmariano/master
worm gear anchor fix
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user