Update temperature.cpp
This commit is contained in:
parent
f28a03be60
commit
88089c331c
1 changed files with 2 additions and 6 deletions
|
|
@ -2988,12 +2988,8 @@ void Temperature::tick() {
|
||||||
next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
|
next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
|
||||||
PORT_REDIRECT(SERIAL_BOTH);
|
PORT_REDIRECT(SERIAL_BOTH);
|
||||||
print_heater_states(active_extruder);
|
print_heater_states(active_extruder);
|
||||||
if (gcode.autoreport.position) {
|
SERIAL_EOL();
|
||||||
SERIAL_CHAR(' ');
|
if(gcode.autoreport_position) report_current_position_projected();
|
||||||
report_current_position_projected();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
SERIAL_EOL();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue