5axes / CuraSettingsWriter

Cura Plugin for Exporting Settings to HTML
GNU General Public License v3.0
22 stars 4 forks source link

Add options to import settings. #18

Closed mirspan closed 1 year ago

mirspan commented 1 year ago

Add options to import saved settings.

5axes commented 1 year ago

There is an option to import the saved file. This is the goal of this plugin https://github.com/5axes/ImportExportProfiles

the-moog commented 1 year ago

Though a CSV file is not very structured. A bit '90s. How about using one or more of XML, TOML, Python Pickles, YAML, JSON.... Then add a git repo so that we can track changes and merge properties. We could even auto tag the repo for each print, so we never lose that perfect tweek.

5axes commented 1 year ago

Nice idea, loves to use your plugin.