mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
ENH: refresh FilamentUnPrintableOnFirstLayer error state
jira: none Change-Id: Ifec994cdba2c9590d4c1f8b59e6052593fd05bc2 (cherry picked from commit 04eeb40e1eba976e0921686bf6d66599a90e81cc)
This commit is contained in:
@@ -157,6 +157,7 @@ enum class NotificationType
|
||||
BBLFilamentPrintableError,
|
||||
BBLSliceLimitError,
|
||||
BBLSliceMultiExtruderHeightOutside,
|
||||
BBLBedFilamentIncompatible,
|
||||
NotificationTypeCount
|
||||
|
||||
};
|
||||
@@ -360,6 +361,10 @@ public:
|
||||
void bbl_show_gcode_overlap_notification();
|
||||
void bbl_close_gcode_overlap_notification();
|
||||
|
||||
//BBS--bed filament match
|
||||
void bbl_show_bed_filament_incompatible_notification(const std::string& text);
|
||||
void bbl_close_bed_filament_incompatible_notification();
|
||||
|
||||
//BBS--sole notification
|
||||
void bbl_show_sole_text_notification(NotificationType sType,const std::string &text, bool bOverride, int level, bool autohide);
|
||||
void bbl_chose_sole_text_notification(NotificationType sType);
|
||||
|
||||
Reference in New Issue
Block a user