Split files

This commit is contained in:
Ian Gulliver
2016-12-24 23:08:34 -07:00
parent 6c2a19366f
commit 552e344543
12 changed files with 286 additions and 288 deletions

5
test.scad Normal file
View File

@@ -0,0 +1,5 @@
use <fcad/fcad.scad>;
fDrawX(fCylinder(10, r1=5, r2=2))
fDrawX(fSphere(10))
fDrawX(fCube(10));