Add a notification when custom support enforcers are not used due to supports being off
It is now emitted from Print::validate and has a hyperlink to enable supports
This commit is contained in:
parent
a7255235e5
commit
abd5a9a46e
10 changed files with 89 additions and 11 deletions
src/slic3r/GUI
|
@ -71,7 +71,9 @@ enum class NotificationType
|
|||
// Notification that custom supports/seams were deleted after mesh repair.
|
||||
CustomSupportsAndSeamRemovedAfterRepair,
|
||||
// Notification that auto adding of color changes is impossible
|
||||
EmptyAutoColorChange
|
||||
EmptyAutoColorChange,
|
||||
// Notification emitted by Print::validate
|
||||
PrintValidateWarning
|
||||
};
|
||||
|
||||
class NotificationManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue