Temperature wait for Generic Heater

Basic Information:

Printer Model: custom
MCU / Printerboard: BTT SKR 1.3
klippy.log

Fill out above information and in all cases attach your klippy.log file. Pasting your printer.cfg is not needed

Describe your issue:

TEMPERATURE_WAIT SENSOR= MINIMUM=70
Sensor can’t find generic heater sensor.
works on extruder, heater_bed but not on custom made heater

SET_HEATER_TEMPERATURE HEATER=bed2 TARGET=60 Works
TEMPERATURE_WAIT SENSOR=bed2 doesn’t work

Hmm, actually never tried. Maybe

TEMPERATURE_WAIT SENSOR="heater_generic bed2"
2 Likes

Yes, this way it works.
Thanks