mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
gcode: Rename bg_temp() to wait_for_temperature()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
665323eb29
commit
0e2d1a190e
2 changed files with 4 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue