General OpenSCAD structure, modular modeling, parameter organization, and maintainable source layout. Use when writing or refactoring OpenSCAD files independent of any upload platform.
Use this skill for general OpenSCAD modeling work, including file structure, module organization, parameter grouping, and maintainability.
/* [Hidden] */ for internal values that should not appear in the UI./* [Main Settings] */
mode = "assembly"; // [assembly:Assembly View, print:Print View]
enabled = true; // [false, true]
size = 14; // [10:0.5:20]
offset = [0, 0, 1];
/* [Hidden] */
derived_size = size + 2;