From 5a586b2b4ec43de5651a30f623967e2427690c45 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 14 Mar 2023 12:55:45 +0100 Subject: [PATCH] Fix failed export message when cgal errors are detected on target meshes --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 6fb7521c41..159a9693d2 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -6402,7 +6402,7 @@ void Plater::export_stl_obj(bool extended, bool selection_only) } 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. " "Only positive parts will be exported."));