mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
add example from issue #19.
This commit is contained in:
parent
5e4f7604e9
commit
f2dc24b662
4
Examples/example15.scad
Normal file
4
Examples/example15.scad
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
difference() {
|
||||||
|
sphere(20);
|
||||||
|
cylinder(r=17, h=100, center = true);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user