1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-25 16:31:01 +02:00

Merge branch 'tnuts_and_hammer_nuts' of https://github.com/martinbudden/NopSCADlib into martinbudden-tnuts_and_hammer_nuts

This commit is contained in:
Chris Palmer
2020-02-24 18:22:05 +00:00
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);
}
}
}