mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:dismiss the amsmapping window when sending printing
Change-Id: Iac0612b48105b62e919eeeb9ed7f338c1bab0a30
This commit is contained in:
@@ -2404,6 +2404,9 @@ void SelectMachineDialog::on_send_print()
|
||||
m_is_canceled = false;
|
||||
Enable_Send_Button(false);
|
||||
|
||||
if (m_mapping_popup.IsShown())
|
||||
m_mapping_popup.Dismiss();
|
||||
|
||||
if (m_print_type == PrintFromType::FROM_NORMAL && m_is_in_sending_mode)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user