ENH: optimize error notification when slicing

support error notification if max_z_layer height exceed max print height

Change-Id: I02d3f479f09df7ca01c85c97aa471f50b3cf9b46
This commit is contained in:
xun.zhang 2023-06-29 18:12:26 +08:00 committed by Lane.Wei
parent c5de582fbd
commit 8cf98f10a4
3 changed files with 17 additions and 7 deletions

View file

@ -374,7 +374,8 @@ class GLCanvas3D
SlaSupportsOutside,
SomethingNotShown,
ObjectClashed,
GCodeConflict
GCodeConflict,
ToolHeightOutside
};
class RenderStats