OpenSCAD

From Hive76 Wiki
Jump to navigationJump to search

Agenda

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

Very Useful

http://en.wikibooks.org/wiki/OpenSCAD_User_Manual