mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: Check the nozzle diameter when sending calibration
Jira: 4977 Change-Id: Iabbba44583bbd9fbaaa889ca546ee0ccbb2aa77f
This commit is contained in:
@@ -2518,10 +2518,9 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
||||
else if (!is_same_nozzle_type(filament_type)){
|
||||
has_slice_warnings = true;
|
||||
has_update_nozzle = true;
|
||||
nozzle_type = "hardened_steel";
|
||||
nozzle_diameter = wxString::Format("%.1f", obj_->nozzle_diameter).ToStdString();
|
||||
|
||||
wxString nozzle_in_preset = wxString::Format(_L("*Printing %s material with %s may cause nozzle damage"), filament_type, format_steel_name(nozzle_type));
|
||||
wxString nozzle_in_preset = wxString::Format(_L("*Printing %s material with %s may cause nozzle damage"), filament_type, format_steel_name(obj_->nozzle_type));
|
||||
confirm_text.push_back(nozzle_in_preset + "\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user