Skip to content

OpenSCAD 2011.04

Compare
Choose a tag to compare
@kintel kintel released this 25 Feb 06:44
· 10320 commits to master since this release
  • Added hull() for convex hulls (2D object only)
  • minkowski() now supports 2D objects
  • Added functions: rands(), sign()
  • Now supports escaping of the following characters in strings: \n, \t, \r, , "
  • Support nested includes
  • Improved parsing of numbers
  • DXF: output LWPOLYLINE instead of just LINE entities
  • Bugfixes: More robust DXF export, setting $fs/$fa to 0 caused a crash
  • Some bugs fixed, maybe some new bugs added