mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +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) {
|
catch (std::exception& e) {
|
||||||
auto msg = _L("Error!") + " " + input_file + " : " + e.what() + ".";
|
auto msg = _L("Error!") + " " + input_file + " : " + e.what() + ".";
|
||||||
show_error(parent, msg);
|
show_error(parent, msg);
|
||||||
exit(1);
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (from_galery)
|
if (from_galery)
|
||||||
|
|||||||
Reference in New Issue
Block a user