mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: not exit when load modifier .gcode.3mf file
Load modifier is not support .gcode.3mf file Change-Id: Ic8bfa7ac582cbf89b4b788930f8042126e84c531
This commit is contained in:
@@ -1972,7 +1972,7 @@ void ObjectList::load_modifier(const wxArrayString& input_files, ModelObject& mo
|
||||
catch (std::exception& e) {
|
||||
auto msg = _L("Error!") + " " + input_file + " : " + e.what() + ".";
|
||||
show_error(parent, msg);
|
||||
exit(1);
|
||||
return;
|
||||
}
|
||||
|
||||
if (from_galery)
|
||||
|
||||
Reference in New Issue
Block a user