gcode: Rename bg_temp() to wait_for_temperature()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-12-16 19:21:37 -05:00
parent 665323eb29
commit 0e2d1a190e
2 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@ class PIDCalibrate:
except self.printer.command_error as e:
heater.set_control(old_control)
raise
self.gcode.bg_temp(heater)
self.gcode.wait_for_temperature(heater)
heater.set_control(old_control)
if write_file:
calibrate.write_file('/tmp/heattest.txt')