mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-18 02:35:55 +08:00
Fix failed export message when cgal errors are detected on target meshes
This commit is contained in:
parent
4e64e7e74f
commit
5a586b2b4e
@ -6402,7 +6402,7 @@ void Plater::export_stl_obj(bool extended, bool selection_only)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mesh.empty()) {
|
if (mesh.empty()) {
|
||||||
get_notification_manager()->push_plater_warning_notification(
|
get_notification_manager()->push_plater_error_notification(
|
||||||
_u8L("Unable to perform boolean operation on model meshes. "
|
_u8L("Unable to perform boolean operation on model meshes. "
|
||||||
"Only positive parts will be exported."));
|
"Only positive parts will be exported."));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user