This website requires JavaScript.
Explore
Help
Sign In
3dprinting
/
fcad
Watch
1
Star
0
Fork
0
You've already forked fcad
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f667b1385d499caa208f72e961bfc7ad5f1ac6f0
fcad
/
test.scad
5 lines
95 B
OpenSCAD
Raw
Normal View
History
Unescape
Escape
Split files
2016-12-24 23:08:34 -07:00
use
<
fcad/fcad.scad
>
;
fDrawX
(
fCylinder
(
10
,
r1
=
5
,
r2
=
2
)
)
fDrawX
(
fSphere
(
10
)
)
Clean up naming, add coord
2016-12-25 12:26:34 -08:00
fDrawX
(
fCube
(
10
)
)
;
Reference in New Issue
Copy Permalink