- Progressed with the housing but not there yet

This commit is contained in:
2025-09-11 11:57:42 +02:00
parent e7e5bb9167
commit 4ee7481cff
3 changed files with 78 additions and 42 deletions

View File

@@ -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);
}
}