Merge branch 'master' of https://github.com/Prusa3d/Slic3r
This commit is contained in:
commit
ec93a2f782
6 changed files with 250 additions and 260 deletions
src/slic3r/GUI
|
@ -917,7 +917,7 @@ void MainFrame::load_config(const DynamicPrintConfig& config)
|
|||
#if 0
|
||||
for (auto tab : wxGetApp().tabs_list)
|
||||
if (tab->supports_printer_technology(printer_technology)) {
|
||||
if (tab->name() == "printer")
|
||||
if (tab->type() == Slic3r::Preset::TYPE_PRINTER)
|
||||
static_cast<TabPrinter*>(tab)->update_pages();
|
||||
tab->load_config(config);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue