PhysicalPrinter : Next improvements:

* Create full printer name as a PrinterName + RelatedPresetName
 * Added printer model to the PhysicalPrinter.config => Enable to select just between presets with same printer model
 * When physical printer is selected and create new preset ask if should we use this preset for selected ph_printer or just to switch for it
This commit is contained in:
YuSanka 2020-06-26 09:58:39 +02:00
parent 1a2926050f
commit d96b5f3606
8 changed files with 225 additions and 61 deletions

View file

@ -306,6 +306,7 @@ public:
void load_initial_data();
void update_dirty();
void update_tab_ui();
void update_physical_printers(std::string preset_name);
void load_config(const DynamicPrintConfig& config);
virtual void reload_config();
void update_mode();