Add power socket cutouts
This commit is contained in:
parent
e1163c8618
commit
714d2d4003
13
power-sockets.scad
Normal file
13
power-sockets.scad
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
Dstep = 71;
|
||||||
|
Margin = 3.125; // 6.35mill; 12.7mm bushing
|
||||||
|
Acutout = 55;
|
||||||
|
|
||||||
|
difference() {
|
||||||
|
square([Dstep*5+100, Acutout + 100], center=true);
|
||||||
|
for (i = [-2, -1, 0, 1, 2]){
|
||||||
|
translate([i*Dstep, 0])
|
||||||
|
offset(r=Margin)
|
||||||
|
square([Acutout, Acutout], center=true);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user