ENH: update extruder unprintable tip before slice

jira:none

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I3a47e1505c3410e1ba41e4d12903ccf4db486240
(cherry picked from commit 086e977d897c2a9022321e2611c82f39147462be)
This commit is contained in:
xun.zhang 2025-01-15 18:08:59 +08:00 committed by Noisyfox
parent fe204f972f
commit c8fa5e1e4e
4 changed files with 117 additions and 64 deletions

View file

@ -2000,6 +2000,8 @@ void NotificationManager::close_plater_warning_notification(const std::string& t
}
}
}
void NotificationManager::set_all_slicing_errors_gray(bool g)
{
for (std::unique_ptr<PopNotification> &notification : m_pop_notifications) {