mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 14:45:57 +08:00
FIX: the lost codes
jira: [none] Change-Id: If7696167052a12f35a7869d24e18249aa0410215
This commit is contained in:
parent
196a87431b
commit
96e43fa989
@ -3293,6 +3293,7 @@ void SelectMachineDialog::update_show_status()
|
|||||||
"Please make sure the nozzle installed matches with settings in printer, then set the "
|
"Please make sure the nozzle installed matches with settings in printer, then set the "
|
||||||
"corresponding printer preset when slicing."), obj_->m_extder_data.extders[0].current_nozzle_diameter,
|
"corresponding printer preset when slicing."), obj_->m_extder_data.extders[0].current_nozzle_diameter,
|
||||||
nozzle_diameter);
|
nozzle_diameter);
|
||||||
|
error_msg.emplace_back(nozzle_config + "\n\n" + tips);
|
||||||
}
|
}
|
||||||
|
|
||||||
return show_status(PrintDialogStatus::PrintStatusNozzleDiameterMismatch, error_msg);
|
return show_status(PrintDialogStatus::PrintStatusNozzleDiameterMismatch, error_msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user