mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 07:24:23 +08:00
Fixed loading current presets
This commit is contained in:
parent
f6534f5f7a
commit
a13b732f27
@ -692,9 +692,9 @@ bool GUI_App::on_init_inner()
|
||||
// ensure the selected technology is ptFFF
|
||||
plater_->set_printer_technology(ptFFF);
|
||||
}
|
||||
#else
|
||||
load_current_presets();
|
||||
else
|
||||
#endif // ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION
|
||||
load_current_presets();
|
||||
mainframe->Show(true);
|
||||
|
||||
/* Temporary workaround for the correct behavior of the Scrolled sidebar panel:
|
||||
|
Loading…
x
Reference in New Issue
Block a user