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.63k stars 512 forks source link

List Comprehension not supported in OpenSCAD translator, weird error messages #162

Closed juliendorra closed 7 years ago

juliendorra commented 8 years ago

One of the newest (relatively…) and more powerful feature of OpenSCAD is list comprehensions.

At the moment, they don't work in OpenJSCAD when using OpenSCAD code, and give weird error messages in the interface.

I have updated the Direct OpenSCAD Source Import doc section to reflect that they are not supported, as a lot of great OpenSCAD designs have incorporated them since a couple of years.

z3dev commented 8 years ago

@juliendorra Thanks for the information.

z3dev commented 7 years ago

This issue was moved to jscad/openscad-openjscad-translator#15