OpenSCAD
From Hive76 Wiki
Jump to navigationJump to search
Agenda
- Basics
- Names
- Functions:
- difference()
- sphere()
- parameters
- Goes in the ()
- Input for function
- vectors
- [ x, y, z ]
- trees
something(){ more(){ etc(); } }
- Read a design
- Debugging
- ! only this
- # highlight
- * ignore
- % background
- Debugging
- Reproduce an object easy way
- Lots of translate
- Again with loop
- Use rotate vector [0:5:200]
- for( i = [start : increment : end ] )
- Use rotate vector [0:5:200]
- Personal design
- Design on paper
- Print?