9 lines
112 B
OpenSCAD
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);
|
|
} |