Some code refactoring

This commit is contained in:
YuSanka
2019-04-14 10:57:03 +02:00
parent e4162bbee9
commit 66fa280964
4 changed files with 24 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ public:
void export_configbundle(const std::string &path, bool export_system_settings = false);
// Update a filament selection combo box on the platter for an idx_extruder.
void update_platter_filament_ui(unsigned int idx_extruder, GUI::PresetComboBox *ui);
void update_platter_filament_ui(unsigned int idx_extruder, GUI::PresetComboBox *ui, const int em = 10);
// Enable / disable the "- default -" preset.
void set_default_suppressed(bool default_suppressed);