mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:check if the printer and preset are the same
jira:[STUDIO-4018] Change-Id: I69ea1e3f8e8214ae68464665e1e7260fcc41dd82 (cherry picked from commit 12592ef1d9daf9471aad40a907f8c88bfc39bf30)
This commit is contained in:
parent
971e5dfe67
commit
0bba850e59
1 changed files with 1 additions and 1 deletions
|
@ -3144,7 +3144,7 @@ void SelectMachineDialog::update_show_status()
|
|||
}
|
||||
}
|
||||
|
||||
if (is_blocking_printing()) {
|
||||
if (m_print_type == PrintFromType::FROM_NORMAL && is_blocking_printing()) {
|
||||
show_status(PrintDialogStatus::PrintStatusUnsupportedPrinter);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue