ENH:nozzle type detection
jira:[STUDIO-5246] Change-Id: Ic41a2161a0e41d23f56af93ad8ec34cc83ada0e3
This commit is contained in:
parent
099756fc1a
commit
c3b5eabacf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue