Serverplatteneinschub/5-1-4Platzhalter.scad

12 lines
313 B
OpenSCAD
Raw Permalink Normal View History

2024-12-14 01:13:40 +01:00
$fn=200;
2024-12-14 22:53:56 +01:00
rotate([180,0,0])union() {
difference () {
cube ([168,105,23]);
translate([150,25,-0.5])cube ([20,55,20.5]);
2024-12-14 23:17:49 +01:00
translate([-0.5,-0.5,-0.5])cube ([10,106,10]);
2024-12-14 22:53:56 +01:00
}
translate([163,24.5,15])cube ([5,56,5.5]);
translate([165.5,80,15])rotate([90,0,0])cylinder(h=56,d=5);
}