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;
|
||||
PORT_REDIRECT(SERIAL_BOTH);
|
||||
print_heater_states(active_extruder);
|
||||
if (gcode.autoreport.position) {
|
||||
SERIAL_CHAR(' ');
|
||||
report_current_position_projected();
|
||||
}
|
||||
else
|
||||
SERIAL_EOL();
|
||||
SERIAL_EOL();
|
||||
if(gcode.autoreport_position) report_current_position_projected();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue