mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +00:00
ENH: jump to filament map dialog in error tip
1. Remove error tip for unprintable areas if no longer needed 2. Add link for filament map dialog in error tip jira:STUDIO-10073 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ic3235038de73a85964c6dbcb9b4f435e7aa47d34 (cherry picked from commit 1793060e96cec973d9606bd4fbe36686671e0fee)
This commit is contained in:
@@ -365,6 +365,12 @@ public:
|
||||
void bbl_show_bed_filament_incompatible_notification(const std::string& text);
|
||||
void bbl_close_bed_filament_incompatible_notification();
|
||||
|
||||
void bbl_show_filament_map_invalid_notification_before_slice(const NotificationType type, const std::string& text);
|
||||
void bbl_close_filament_map_invalid_notification_before_slice(const NotificationType type);
|
||||
|
||||
void bbl_show_filament_map_invalid_notification_after_slice(const NotificationType type, const std::string& text);
|
||||
void bbl_close_filament_map_invalid_notification_after_slice(const NotificationType type);
|
||||
|
||||
//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