1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-15 11:54:02 +02:00

Unified tnuts and hammer nuts.

This commit is contained in:
Martin Budden
2020-02-24 17:40:39 +00:00
parent 2edb6d4df2
commit 4ff6c7d0a8
4 changed files with 14 additions and 26 deletions

View File

@@ -58,10 +58,10 @@ module nuts() {
translate([0, 80]) {
if(n == M3_nut)
hammer_nut(M3_hammer_nut);
sliding_t_nut(M3_hammer_nut);
if(n == M4_nut)
hammer_nut(M4_hammer_nut);
sliding_t_nut(M4_hammer_nut);
}
}
}