Talk:CEB Press v16.09/SCAD Files/Parametric
Jump to navigation
Jump to search
work in progress
CNC part layout
what do 3D printers use for their auto layout calculations? does Aleph Objects have an open source tool?
a=0; if (a==0) { a=1; // before 2015.03 this line would generate a Compile Error // since 2015.03 no longer an error, but the value a=1 is confined to within the braces {} }
- after component is placed in position add its y value
- "These variables and their values are also available to further inner scopes created within this scope, but are not available to any thing outside this scope. Variables still have only the last value assigned within a scope."
- https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/General#Scope_of_variables
- not sure how to do thi but maybe something as follows
- stack componets in the Y direction in one scope
- stack the groups of componets in the Y direction along the X axis