mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed loading current presets
This commit is contained in:
parent
f6534f5f7a
commit
a13b732f27
1 changed files with 2 additions and 2 deletions
|
@ -692,9 +692,9 @@ bool GUI_App::on_init_inner()
|
||||||
// ensure the selected technology is ptFFF
|
// ensure the selected technology is ptFFF
|
||||||
plater_->set_printer_technology(ptFFF);
|
plater_->set_printer_technology(ptFFF);
|
||||||
}
|
}
|
||||||
#else
|
else
|
||||||
load_current_presets();
|
|
||||||
#endif // ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION
|
#endif // ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION
|
||||||
|
load_current_presets();
|
||||||
mainframe->Show(true);
|
mainframe->Show(true);
|
||||||
|
|
||||||
/* Temporary workaround for the correct behavior of the Scrolled sidebar panel:
|
/* Temporary workaround for the correct behavior of the Scrolled sidebar panel:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue