fix extra slack being applied to hex nut pockets, should help with slipping

This commit is contained in:
zhao
2024-02-25 10:58:49 -05:00
parent e124297636
commit 3c7dd8985f
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
- Values are signed. Positive values can be interpreted as how much to remove from the socket along some dimension.
- These values depend on print orientation and it's assumed parts are printed in their recommended orientations.
*/
xySlack = 0.3;
xySlack = 0.25;
radiusXYSlack = xySlack/2;