Files
openscad/schleifbock.scad
2026-01-01 21:32:11 +01:00

9 lines
112 B
OpenSCAD

/// Schleifbock
difference(){
union(){
cylinder(d=50,h=7);
cylinder(d=14.3, h=20);
}
cylinder(d=12.85, h=21);
}