Remove start_watching_heater() fom M104 and M109
This commit is contained in:
parent
9b0fa9c309
commit
0c0ace2a04
@ -3367,10 +3367,6 @@ inline void gcode_M104() {
|
|||||||
if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
|
if (dual_x_carriage_mode == DXC_DUPLICATION_MODE && target_extruder == 0)
|
||||||
setTargetHotend1(temp == 0.0 ? 0.0 : temp + duplicate_extruder_temp_offset);
|
setTargetHotend1(temp == 0.0 ? 0.0 : temp + duplicate_extruder_temp_offset);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef THERMAL_PROTECTION_HOTENDS
|
|
||||||
start_watching_heater(target_extruder);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3482,10 +3478,6 @@ inline void gcode_M109() {
|
|||||||
if (code_seen('B')) autotemp_max = code_value();
|
if (code_seen('B')) autotemp_max = code_value();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef THERMAL_PROTECTION_HOTENDS
|
|
||||||
start_watching_heater(target_extruder);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
millis_t temp_ms = millis();
|
millis_t temp_ms = millis();
|
||||||
|
|
||||||
/* See if we are heating up or cooling down */
|
/* See if we are heating up or cooling down */
|
||||||
|
Loading…
Reference in New Issue
Block a user