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:
xun.zhang
2025-01-22 19:55:05 +08:00
committed by Noisyfox
parent 307bb051e6
commit 0b01388f49
6 changed files with 72 additions and 22 deletions

View File

@@ -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);