mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
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:
parent
c5de582fbd
commit
8cf98f10a4
3 changed files with 17 additions and 7 deletions
|
|
@ -374,7 +374,8 @@ class GLCanvas3D
|
|||
SlaSupportsOutside,
|
||||
SomethingNotShown,
|
||||
ObjectClashed,
|
||||
GCodeConflict
|
||||
GCodeConflict,
|
||||
ToolHeightOutside
|
||||
};
|
||||
|
||||
class RenderStats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue