Dodane filarki

This commit is contained in:
Rafał Paluch 2025-10-30 12:43:40 +01:00
parent 1ce26f43f5
commit b31362412a
1 changed files with 14 additions and 4 deletions

View File

@ -25,6 +25,9 @@ $fn = 100;
// //
// Wielkość panelu // Wielkość panelu
// Wielkosść śruby
// Długość śruby:27,3
// Wysokość główki: 3
dlugoscp = 300; dlugoscp = 300;
szerokoscp = 300; szerokoscp = 300;
@ -36,7 +39,14 @@ szerokoscp = 300;
// cube([230, 127, 40], anchor=LEFT + FRONT + BOTTOM); // cube([230, 127, 40], anchor=LEFT + FRONT + BOTTOM);
// } // }
diff() // Sprawdzowne działa
cube([dlugoscp, szerokoscp, 20], center=true)
attach(BOTTOM) // diff()
screw_hole("M4,20", head="socket", counterbore=4, anchor=TOP); cube([dlugoscp, szerokoscp, 8], center=true) {
ycopies(88.3)
xcopies(159)
position(TOP)
cylinder(h=13, r=10, center=false);
}
// attach(BOTTOM)
// screw_hole("M4,20", head="socket", counterbore=4, anchor=TOP);