diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 7e0a1ce20..ddb1f7365 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -2556,7 +2556,7 @@ void TabFilament::build() DynamicPrintConfig& filament_config = wxGetApp().preset_bundle->filaments.get_edited_preset().config; update_dirty(); - if (opt_key == "cool_plate_temp" || opt_key == "cool_plate_temp_initial_layer") { + /*if (opt_key == "cool_plate_temp" || opt_key == "cool_plate_temp_initial_layer") { m_config_manipulation.check_bed_temperature_difference(BedType::btPC, &filament_config); } else if (opt_key == "eng_plate_temp" || opt_key == "eng_plate_temp_initial_layer") { @@ -2568,7 +2568,7 @@ void TabFilament::build() else if (opt_key == "textured_plate_temp" || opt_key == "textured_plate_temp_initial_layer") { m_config_manipulation.check_bed_temperature_difference(BedType::btPTE, &filament_config); } - else if (opt_key == "nozzle_temperature") { + else */if (opt_key == "nozzle_temperature") { m_config_manipulation.check_nozzle_temperature_range(&filament_config); } else if (opt_key == "nozzle_temperature_initial_layer") {