add example from issue #19.

This commit is contained in:
Julia Longtin 2019-05-21 22:54:16 +01:00
parent 5e4f7604e9
commit f2dc24b662

4
Examples/example15.scad Normal file
View File

@ -0,0 +1,4 @@
difference() {
sphere(20);
cylinder(r=17, h=100, center = true);
}