ENH:nozzle type detection

jira:[STUDIO-5246]

Change-Id: Ic41a2161a0e41d23f56af93ad8ec34cc83ada0e3
This commit is contained in:
tao wang 2023-11-20 19:03:42 +08:00 committed by Lane.Wei
parent 099756fc1a
commit c3b5eabacf
1 changed files with 1 additions and 1 deletions

View File

@ -2502,7 +2502,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
std::string nozzle_diameter;
std::string filament_type;
if (!obj_->nozzle_type.empty()) {
if (!obj_->nozzle_type.empty() && (m_print_type == PrintFromType::FROM_NORMAL)) {
if (!is_same_nozzle_diameters(nozzle_type, nozzle_diameter)) {
has_slice_warnings = true;
has_update_nozzle = true;