Increased hotswap cutouts to also fit otemu sockets
This commit is contained in:
@@ -2,7 +2,7 @@ use <modules.scad>
|
||||
|
||||
// height = 95.1738;
|
||||
// width = 132.6134;
|
||||
step = 0.05;
|
||||
step = 0.04;
|
||||
//$fn=30;
|
||||
|
||||
// hotswap socket is ~1.75 high at the highest.
|
||||
|
||||
@@ -2,7 +2,7 @@ use <modules.scad>
|
||||
|
||||
// height = 95.1738;
|
||||
// width = 132.6134;
|
||||
step = 0.05;
|
||||
step = 0.04;
|
||||
//$fn=30;
|
||||
|
||||
// hotswap socket is ~1.75 high at the highest.
|
||||
|
||||
Binary file not shown.
@@ -42,11 +42,11 @@ module hotswap_mx() {
|
||||
|
||||
// Body
|
||||
linear_extrude(height=thickness)
|
||||
square([11.6,4.6], center=true);
|
||||
square([11.8,5.2], center=true);
|
||||
|
||||
translate([0,1.9,0])
|
||||
linear_extrude(height=thickness)
|
||||
square([5.65, 2.09]);
|
||||
square([5.65, 2.39]);
|
||||
|
||||
// Metal soldering parts
|
||||
translate([5.45,1.04,0])
|
||||
|
||||
Reference in New Issue
Block a user