Hi Ken,
Post by k***@volksswitch.orgDoes anyone know where customizer presets are stored?
When you talk about the customizer build in to the development snapshots
of openscad it self:
OpenSCAD takes the file name and replaces the .scad file ending with
.json and stores the presets it in that json file.
So: C:\user\myDesign.scad has its presets stored in C:\user\myDesign.json
It is the same with the examples that ship with openscad that have presets.
You can easily read the json with any text editor.
When you save your design with a different name (e.g.
d:\backup\test.scad), in theory it should also save the preset under the
new name (e.g. d:\backup\test.json),. (but I have not tested that in a
long time. It would be a bug if it does not, but things can break during
refactoring)
With kind regards,
Michael Frey