mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 18:12:03 +08:00
parent
be9d6f53e8
commit
fcbd12c78f
@ -1906,11 +1906,14 @@ void MainFrame::select_tab(Tab* tab)
|
||||
case Preset::Type::TYPE_FILAMENT:
|
||||
case Preset::Type::TYPE_SLA_MATERIAL:
|
||||
tab_type = ETabType::FilamentSettings;
|
||||
break;
|
||||
case Preset::Type::TYPE_PRINT:
|
||||
case Preset::Type::TYPE_SLA_PRINT:
|
||||
tab_type = ETabType::PrintSettings;
|
||||
break;
|
||||
case Preset::Type::TYPE_PRINTER:
|
||||
tab_type = ETabType::PrinterSettings;
|
||||
break;
|
||||
}
|
||||
select_tab(tab_type);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user