jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.66k stars 515 forks source link

Enhancement: Import of HPGL Files #124

Closed z3dev closed 7 years ago

z3dev commented 8 years ago

This seems to be a standard format for CNC machines, supporting a simple set of commands for 2D plotting. I'm sure this would be a great format to support in OpenJSCAD.org.

https://en.wikipedia.org/wiki/HPGL

z3dev commented 7 years ago

This issue was moved to jscad/io#13