1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-09 22:51:16 +02:00

Add threaded inserts

This commit is contained in:
Jeroen Roos
2024-02-12 22:57:52 +01:00
parent a3b27a736e
commit efb1153e22
5 changed files with 93 additions and 2 deletions

View File

@@ -31,7 +31,11 @@ module inserts() {
translate([10 * i, -5])
insert(short_inserts[i]);
for(i = [0: len(threaded_inserts) -1]) {
d = insert_hole_radius(threaded_inserts[i]);
translate([(10 + d) * i, 20])
threaded_insert(threaded_inserts[i]);
}
stl_colour(pp1_colour)
translate([len(inserts) * 10, 0]) {