laptop files

This commit is contained in:
2026-01-01 21:32:11 +01:00
parent 8434d6ceeb
commit bdaee208b6
32 changed files with 828 additions and 0 deletions

7
schliesszylinder.scad Normal file
View File

@@ -0,0 +1,7 @@
$fn=50;
translate([0,33/2-17.1/2,0]) cylinder(d=17.1, h = 22);
translate([0,-33/2+10.1/2,0]) cylinder(d=10.1, h=22);
translate([-10.1/2,-33/2+10.1/2,0]) cube([10.1, 20,22]);
cube([25, 40, 1], center = true);