Browse Source

fix screw offset again

master
wes 1 year ago
parent
commit
64aa318dd2
  1. 2
      planter.py

2
planter.py

@ -110,7 +110,7 @@ result = (
.extrude(10)
)
result = result.workplane(offset=(planter_height / 2) - 15.8).threadedHole(
result = result.workplane(offset=(planter_height / 2) - 15.6).threadedHole(
screw, 20, simple=simple, fit="Loose"
)

Loading…
Cancel
Save