FIX: the nozzle data check

jira: [STUDIO-10528]
Change-Id: I5a20d52a92f4e6620239753a66fb5febcad19f39
(cherry picked from commit 679ec788e57932c2088b5b08f75128a93f0e0123)
This commit is contained in:
xin.zhang 2025-02-20 17:06:04 +08:00 committed by Noisyfox
parent f5829ee837
commit 84fa72a8bb
3 changed files with 32 additions and 2 deletions

View file

@ -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;
}