mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
5 lines
67 B
OpenSCAD
5 lines
67 B
OpenSCAD
difference() {
|
|
sphere(20);
|
|
cylinder(r=17, h=100, center = true);
|
|
}
|