first commit

This commit is contained in:
Rafał Paluch 2025-10-30 12:22:42 +01:00
commit 1ce26f43f5
1 changed files with 42 additions and 0 deletions

42
panelEnder.scad Normal file
View File

@ -0,0 +1,42 @@
include <BOSL2/std.scad>
include <BOSL2/screws.scad>
$fn = 100;
// wymiary zasilacza
//
// dlugosc 230
// szerokosc 127
// wysokosc 40
//
// wymiary otworów:
//
// dlugosc 159
// szerokosc 88,3
//
//
// Wymiary płytki SKR 1.4
//
// 110 x 85
//
// rozstaw srub montazowych
//
// 102 x 76 M3
//
// Wielkość panelu
dlugoscp = 300;
szerokoscp = 300;
//
// cube([dlugoscp, szerokoscp, 20], center=true) {
//
// up(100)
// position(LEFT + FRONT)
// cube([230, 127, 40], anchor=LEFT + FRONT + BOTTOM);
// }
diff()
cube([dlugoscp, szerokoscp, 20], center=true)
attach(BOTTOM)
screw_hole("M4,20", head="socket", counterbore=4, anchor=TOP);