mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 20:36:06 +08:00
FIX:check if the printer and preset are the same
jira:[STUDIO-4018] Change-Id: I69ea1e3f8e8214ae68464665e1e7260fcc41dd82
This commit is contained in:
parent
ba3638e70e
commit
9560a292f2
@ -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…
x
Reference in New Issue
Block a user