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

9
schleifbock.scad Normal file
View File

@@ -0,0 +1,9 @@
/// Schleifbock
difference(){
union(){
cylinder(d=50,h=7);
cylinder(d=14.3, h=20);
}
cylinder(d=12.85, h=21);
}