Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scale attribute for extrude-linear outputs clojure array (without commas) which is a syntax error in openSCAD #50

Open
dantheobserver opened this issue Nov 9, 2021 · 1 comment

Comments

@dantheobserver
Copy link

If I do a linear extrude on a model with a scale property as follows
extrude-linear {:height body-height :scale [1 0.1] :center false}

what outputs is the following in openscad

linear_extrude (height=62.02, scale=[1 0.1])

this is a syntax error.
I think when write-expression encounters clojure arrays it should comma separate them to be save.

@dantheobserver
Copy link
Author

seems resolved by 07eca12, just needs a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant