Merge pull request #1730 from adrianVmariano/master

worm gear anchor fix
This commit is contained in:
adrianVmariano
2025-06-22 08:26:03 -04:00
committed by GitHub

View File

@@ -3278,7 +3278,7 @@ module worm_gear(
profile_shift = profile_shift, profile_shift = profile_shift,
slices = slices 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) { attachable(anchor,spin,orient, r=pr, l=thickness) {
zrot(gear_spin) zrot(gear_spin)
difference() { difference() {