Skip to content

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

@dantheobserver

Description

@dantheobserver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions