- Progressed with the housing but not there yet
This commit is contained in:
@@ -197,7 +197,11 @@ module Power_Plug_Cutout()
|
||||
translate([-3.5, 0, 0])
|
||||
{
|
||||
translate([3.5/2, 0, 11/2-4/2]) scale([1.2, 1.2, 1.0]) cube([ 3.5, 9, 11.0+4], center=true);
|
||||
translate([-10.9/2, 0, 6.4]) scale([1.0, 1.5, 1.023]) rotate([0, 90, 0]) cylinder(h=10.9, d=9, center=true, $fn=60);
|
||||
intersection()
|
||||
{
|
||||
translate([3.5/2, 0, 11/2-4/2]) scale([1.2, 1.2, 1.0]) cube([ 25, 9, 11.0+4], center=true);
|
||||
translate([-10.9/2, 0, 6.4]) scale([1.0, 1.5, 1.023]) rotate([0, 90, 0]) cylinder(h=10.9, d=9, center=true, $fn=60);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -290,7 +294,7 @@ module Audio_Jack(cutout = false)
|
||||
if(cutout == true)
|
||||
{
|
||||
translate([0, -4.25+8, 5/2])
|
||||
rotate([90, 0, 0]) cylinder(d=5, h=20, center=false);
|
||||
rotate([90, 0, 0]) cylinder(d=6, h=20, center=false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user