Skip to content

thechillcode/Lua_CAD

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Lua_CAD

Lua CAD is a scripting library which uses OpenSCAD as engine to create 2D and 3D objects (coloring optional). Supported file exports are: dxf, svg, stl, obj, wrl

The Lua CAD library creates scad code which is then used by OpenSCAD to create dxf, svg or an stl file. If the object should have a specific color then Lua CAD can take an stl file and convert it to obj or wrl with color.

Main Features:

  • using CAD objects
  • STL to WRL converter with color
  • STL to OBJ converter with color

Installation:

  • copy all files to your Lua Home Directory
  • Install OpenSCAD if not already installed
  • Open the settings file and edit needed parameters
  • Enter correct paths for the settings file

Run some of the example files

About

CAD via script using OpenSCAD and Lua for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages