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

Non manifold export with AMF exporter #126

Closed hovissimo closed 7 years ago

hovissimo commented 8 years ago

Source: https://gist.github.com/hovissimo/ce5366a35834c3690488

Result: http://imgur.com/KRkJ9UI (light blue shows discontinuities)

z3dev commented 8 years ago

This is basically the same as the STL import bug, as the same internat routine is used.

z3dev commented 7 years ago

This issue was moved to jscad/io#12