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:
zhimin.zeng 2023-05-26 10:37:25 +08:00 committed by Lane.Wei
parent b5878b1838
commit ff3f78cfb5

View file

@ -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)