mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:add "forward" function in MsgDialog
jira: STUDIO-9971 Change-Id: I699912b4d18cb52aec2badf64a4655d20559ed7c (cherry picked from commit f608327a108c1eece45ee75bde0c3aa35974f166)
This commit is contained in:
@@ -224,7 +224,7 @@ static bool check_nozzle_diameter_and_type(const DynamicPrintConfig &full_config
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!check_printer_initialized(obj))
|
||||
if (!Slic3r::GUI::wxGetApp().plater()->check_printer_initialized(obj))
|
||||
return false;
|
||||
|
||||
// P1P/S
|
||||
|
||||
Reference in New Issue
Block a user