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

23
Distanzhülsen.scad Normal file
View File

@@ -0,0 +1,23 @@
$fn=100;
difference(){
union(){
cylinder(h=3, d=14);
cylinder(h=7, d=9.9);
}
cylinder(h=8, d=8.1);
}
difference(){
cylinder(h=2, d=30);
cylinder(h=2, d=26);}
translate([30,0,0]) difference(){
union(){
cylinder(h=3, d=14);
cylinder(h=7, d=9.9);
}
cylinder(h=8, d=8.1);
}