OpenSCAD.jscad icon indicating copy to clipboard operation
OpenSCAD.jscad copied to clipboard

Small wrapper for converting OpenSCAD .scad files to OpenJsCad .jscad files, openjscad (CLI) .jscad to .stl on command-line.

Results 2 OpenSCAD.jscad issues
Sort by recently updated
recently updated
newest added

Fix some coding standards: Don't use sudo, don't use scp, don't bump clean if already clean. Add dynamic version(, prefix,...) setting to the command script by injecting those variables with...

Introduce compile-time variables (dynamic $LIB!) by injecting variables into the executable usin metaprogramming Fix some bad style: Do not use sudo in Makefiles, rather invoke the makefile with root privileges....