mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +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:
@@ -281,7 +281,7 @@ void FilamentGroupPopup::OnRadioBtn(int idx)
|
||||
if (m_mode != mode_list.at(idx)) {
|
||||
m_mode = mode_list.at(idx);
|
||||
SetFilamentMapMode(m_mode);
|
||||
plater_ref->schedule_background_process();
|
||||
plater_ref->update();
|
||||
UpdateButtonStatus(m_mode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user