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

Merge branch 'threaded_inserts' of https://github.com/jeroenrnl/NopSCADlib into jeroenrnl-threaded_inserts

This commit is contained in:
Chris Palmer
2024-02-19 15:00:48 +00:00
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]) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 151 KiB