Skip to content

Tuples should render as lists #13

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

Merged
merged 1 commit into from
Jun 18, 2013
Merged

Conversation

ewindisch
Copy link

The tuple type does not exist in OpenSCAD,
but is a legal indexable object in Python that
can be exchanged for a list.

Without this patch, passing a list of tuples
or a tuple of tuples would result in invalid
OpenSCAD output.

The tuple type does not exist in OpenSCAD,
but is a legal indexable object in Python that
can be exchanged for a list.

Without this patch, passing a list of tuples
or a tuple of tuples would result in invalid
OpenSCAD output.
etjones added a commit that referenced this pull request Jun 18, 2013
Tuples should render as lists
@etjones etjones merged commit 9323ac9 into SolidCode:master Jun 18, 2013
@etjones
Copy link
Contributor

etjones commented Jun 18, 2013

Sounds great. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants