I often start out a design with a sketch, and refer to the sketch while
creating the OpenSCAD code. When I'm done, it is not easy to ensure
that the sketch remains a part of the code. Anyone else encounter this
conundrum? Any suggestions about solutions?
I've pondered creating Project.SCAD along with Project.PNG (or
ProjectLeft.PNG and ProjectTop.PNG) in the same folder. In that case,
OpenSCAD could offer to open the sketches...
Jon
On Oct 30, 2016, at 09:42, jon jon@jonbondy.com wrote:
I've pondered creating Project.SCAD along with Project.PNG (or ProjectLeft.PNG and ProjectTop.PNG) in the same folder. In that case, OpenSCAD could offer to open the sketches…
Some early thoughts:
In the new customizer, we have the option for storing commonly used parameter sets in a JSON file sitting next to the main .scad file. One idea is to eventually promote this JSON file to also include other metadata or related information about the design. In case of designs consisting of multiple files, this JSON file could also specify the main .scad file.
In terms of opening sketches, that would require a bit more logic, as displaying the sketch along with the design would probably require some translation and scaling, which needs to be stored as well.
-Marius
I'd be handy to have a background image in the preview pane. Currently I have
OpenSCAD and an image (with sizes of an object for example) side to side.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/sketches-tp18826p18833.html
Sent from the OpenSCAD mailing list archive at Nabble.com.