1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-17 20:53:00 +02:00

Added support for shoulder screws.

This commit is contained in:
Martin Budden
2023-04-05 12:30:22 +01:00
parent 81f3b084ab
commit 07e7eb77f7
3 changed files with 13 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ module screws() {
screw(screw, length);
}
}
translate([20, 40, -15])
translate([20, 60, -15])
polysink_stl();
}