FIX: default to standard

jira: [STUDIO-11229]
Change-Id: I45fd57a35f3d01bd3342dbdcce1fb39e8402edad
This commit is contained in:
xin.zhang 2025-04-02 09:20:46 +08:00 committed by lane.wei
parent a182fa1aa4
commit 1b37a626b7
1 changed files with 2 additions and 2 deletions

View File

@ -896,8 +896,8 @@ void PrinterPartsDialog::set_nozzle_data(wxCommandEvent& evt)
} else if (nozzle_flow == NozzleFlowType::H_FLOW) {
nozzle_data += "H";
} else {
nozzle_data += "N";/*means normal*/
BOOST_LOG_TRIVIAL(warning) << "warning: nozzle flow type is normal!";
nozzle_data += "S";/*default to standard*/
BOOST_LOG_TRIVIAL(warning) << "warning: nozzle flow type default to standard!";
}
if (nozzle_type == NozzleType::ntStainlessSteel) {