mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 18:10:39 +08:00
ENH:dismiss the amsmapping window when sending printing
Change-Id: Iac0612b48105b62e919eeeb9ed7f338c1bab0a30
This commit is contained in:
parent
aca2e18549
commit
060ba6c70e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user