Update temperature.cpp
This commit is contained in:
parent
88089c331c
commit
9fce244ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -2989,7 +2989,7 @@ void Temperature::tick() {
|
||||||
PORT_REDIRECT(SERIAL_BOTH);
|
PORT_REDIRECT(SERIAL_BOTH);
|
||||||
print_heater_states(active_extruder);
|
print_heater_states(active_extruder);
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
if(gcode.autoreport_position) report_current_position_projected();
|
if (gcode.autoreport.position) report_current_position_projected();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue