mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 23:44:29 +08: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:
parent
b5878b1838
commit
ff3f78cfb5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user