mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-11 19:19:28 -07:00
FIX: the nozzle data check
jira: [STUDIO-10528] Change-Id: I5a20d52a92f4e6620239753a66fb5febcad19f39 (cherry picked from commit 679ec788e57932c2088b5b08f75128a93f0e0123)
This commit is contained in:
parent
f5829ee837
commit
84fa72a8bb
3 changed files with 32 additions and 2 deletions
|
|
@ -2762,7 +2762,7 @@ void SyncAmsInfoDialog::update_show_status()
|
|||
|
||||
// the nozzle type of preset and machine are different
|
||||
if (nozzle_nums > 1) {
|
||||
if (!obj_->is_nozzle_data_invalid()) {
|
||||
if (obj_->is_nozzle_data_invalid()) {
|
||||
show_status(PrintDialogStatus::PrintStatusNozzleDataInvalid);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue