mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: cannot show printable area error
jira: STUDIO-9199 Change-Id: I1a02175b173496e2b9b4fd67e2c6b8680a3e3bb3 (cherry picked from commit 3daf67ef2115e196034e9012bdfb6d29a1eb3dbc)
This commit is contained in:
@@ -9880,7 +9880,7 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state)
|
|||||||
text += "\n";
|
text += "\n";
|
||||||
text += _u8L("Open wiki for more information.");
|
text += _u8L("Open wiki for more information.");
|
||||||
}
|
}
|
||||||
error = ErrorType::SLICING_LIMIT_ERROR;
|
error = ErrorType::SLICING_HEIGHT_OUTSIDE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user