OpenSCAD: Difference between revisions

From Hive76 Wiki
Jump to navigationJump to search
No edit summary
 
Line 1: Line 1:
==Agenda==
==Agenda==
#Basics
#Basics
Line 32: Line 31:
#Print?
#Print?
==Very Useful==
==Very Useful==
en.wikibooks.org/wiki/OpenSCAD_User_Manual
http://en.wikibooks.org/wiki/OpenSCAD_User_Manual

Latest revision as of 17:00, 4 August 2012

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