Trochę pokombinowane

This commit is contained in:
Rafał Paluch 2025-10-31 18:30:31 +01:00
parent 88fef153ca
commit 11736f0e4d
1 changed files with 10 additions and 26 deletions

View File

@ -31,33 +31,21 @@ $fn = 100;
dlugoscp = 300;
szerokoscp = 300;
grubosc_plyty = 13;
//
// cube([dlugoscp, szerokoscp, 20], center=true) {
//
// up(100)
// position(LEFT + FRONT)
// cube([230, 127, 40], anchor=LEFT + FRONT + BOTTOM);
// }
// Sprawdzowne działa
// Odleglosc miedzy otworami zasilacza
grubosc_plyty = 10;
dlugoscotw = 159;
szeroscotw = 88.3;
promien_filarka = 10;
wysokosc_filarka = 13;
wysokosc_filarka = 16;
// SKR 1.4 filarki
dlugoscoskr = 102;
szerokoscoskr = 76;
promien_filarka_skr = 5;
// wysokosc_filarka = 13;
// grubosc_plyty = 8;
// 21 - 4 = 17 (śruba ma 27,3 więc zostaje 10,3)
// dodajemy 5 do płyty i zostanie 5,5 śruby
// wysokosc_filarka = 16;
// grubosc_plyty = 10;
// 26 - 4 = 22 (śruba ma 27,3 więc zostaje 5,3 mm śruby)
diff()
cube([dlugoscp, szerokoscp, grubosc_plyty], center=true) {
@ -78,15 +66,11 @@ diff()
position(BACK)
ycopies(76)
xcopies(102)
cylinder(h=13, r=promien_filarka_skr, anchor=BOTTOM) {
// color(c="red", alpha=1.0)
attach(TOP)
screw_hole("M3,10", head="socket", counterbore=5, anchor=TOP);
position(at=TOP) tag("remove")
cylinder(h=5, r1=4.5 / 2, r2=4.5 / 2, anchor=TOP);
}
}
// screw_hole("M4,20", head="socket", counterbore=4, anchor=TOP);
// filarki SKR 1.4
// Pomysł
// Zastosować zwykły cylinder i zrobić remove na otworek :)