Update temperature.cpp

This commit is contained in:
Luu Lac 2020-06-25 23:28:56 -05:00 committed by GitHub
parent f28a03be60
commit 88089c331c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
}