From db026b7f8723fe843c226365be2d95d9ef9c9f2d Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Sat, 21 Dec 2024 14:59:16 +0800 Subject: [PATCH] FIX: cannot show printable area error jira: STUDIO-9199 Change-Id: I1a02175b173496e2b9b4fd67e2c6b8680a3e3bb3 (cherry picked from commit 3daf67ef2115e196034e9012bdfb6d29a1eb3dbc) --- src/slic3r/GUI/GLCanvas3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 4e11a53b69..6699bb9f46 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -9880,7 +9880,7 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state) text += "\n"; text += _u8L("Open wiki for more information."); } - error = ErrorType::SLICING_LIMIT_ERROR; + error = ErrorType::SLICING_HEIGHT_OUTSIDE; break; }