[Feature] An option to export non manufacturer printer/filament/print profiles. #1292

https://github.com/prusa3d/Slic3r/issues/1292
This commit is contained in:
bubnikv 2018-12-12 18:37:10 +01:00
parent 598e6f648b
commit 80d0ca3ec0
2 changed files with 9 additions and 8 deletions

View file

@ -102,7 +102,7 @@ public:
size_t load_configbundle(const std::string &path, unsigned int flags = LOAD_CFGBNDLE_SAVE);
// Export a config bundle file containing all the presets and the names of the active presets.
void export_configbundle(const std::string &path); // , const DynamicPrintConfig &settings);
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);