Being able to store custom settings in files would be a first step toward supporting profiles for different printers/filaments.
Implementation would look like adding a command line flag that loads into a struct that has a set method that configures all of the options.
YAML would be a solid format for this, and many apps are moving in this direction for configuration files.
Being able to store custom settings in files would be a first step toward supporting profiles for different printers/filaments.
Implementation would look like adding a command line flag that loads into a struct that has a set method that configures all of the options.
YAML would be a solid format for this, and many apps are moving in this direction for configuration files.