mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-21 17:39:10 -07:00
Show an error notification when attempting to save 3MF while editing SLA support points
The notification disappears when it is no longer valid.
This commit is contained in:
@@ -73,7 +73,9 @@ enum class NotificationType
|
||||
// Notification that auto adding of color changes is impossible
|
||||
EmptyAutoColorChange,
|
||||
// Notification emitted by Print::validate
|
||||
PrintValidateWarning
|
||||
PrintValidateWarning,
|
||||
// Notification telling user to quit SLA supports manual editing
|
||||
QuitSLAManualMode
|
||||
};
|
||||
|
||||
class NotificationManager
|
||||
|
||||
Reference in New Issue
Block a user