first commit
This commit is contained in:
commit
1ce26f43f5
|
|
@ -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);
|
||||||
Loading…
Reference in New Issue