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

Support for enumeration of variables for drop-down menus like Customizer #47

Open
WillAdams opened this issue Apr 25, 2019 · 0 comments

Comments

@WillAdams
Copy link

WillAdams commented Apr 25, 2019

In OpenSCAD, with the Customizer interface it's possible to instantiate drop-down menus using comments for the customizer:

//Part
PARTNO = "0"; // [0:All, 1:Top, 2:Bottom]

Add that as an option for variable assignment?

Unfortunately, adding comments to a variable doesn't quite have the same effect for use in OpenSCAD:

// [0:ball, 1:square, 2:dovetail]
endmillshape = "ball";

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