Lua Cad Versions Save

Lua CAD, OpenSCAD for Lua, uses lua to create 3D models.

v1.0.0

3 months ago

Release v1.0.0

2024-02-05 Openscad for Lua. lua-cad, write lua scripts to export openscad to create 3d models.

New features

  • openscad code export
    • Supports the creation of all basic 3d objects
      • cube
      • cylinder
      • sphere
      • polyhedron
    • Supports transformation of 3d objects
      • translate
      • scale
      • mirror
      • rotate
      • color
    • Supports Boolean operations between objects
      • difference
      • union
      • intersection
    • Creation of datum objects
      • Assist in positioning objects
  • Compatible with openscad library

Known issues

  • bool type output to openscad as 0 or 1 instead of true/false, causing center parameter error.
  • The datum object will add an extra offset when calculating the relative position, resulting in an incorrect position.

You can first git clone https://github.com/SongZihui-sudo/lua-cad.git to get the latest source code.

Detailed documentation