Update temperature.cpp

This commit is contained in:
Scott Lahteine 2020-06-26 01:04:30 -05:00 committed by GitHub
parent 88089c331c
commit 9fce244ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2989,7 +2989,7 @@ void Temperature::tick() {
PORT_REDIRECT(SERIAL_BOTH);
print_heater_states(active_extruder);
SERIAL_EOL();
if(gcode.autoreport_position) report_current_position_projected();
if (gcode.autoreport.position) report_current_position_projected();
}
}