Hi Everyone, I need to have heaters NOT disabled when probing. Is this possible? I couldn’t find a way to do this.
Either there is something that I don’t know or there is logic error on [homing_heaters] configuration.
The default configuration is to disable all heaters on probing on any stepper. This configuration topic makes a specific heater to be disabled on probing with a specific stepper. It is not possible to set not to disable any heaters on probing with any stepper.
Verify_Heater section is setup in config. Homing_heaters section is not set in config.
Home the printer
Set the extruder temperature to 235c
Set the bed heater temperature to 60c
Run BED_MESH_CALIBRATE PROFILE=“default”
During calibration heaters gets disabled which I do not want. Nozzle temperature drops and thermal protection triggers. There is no way to do probing without disabling heaters.
My printer uses nozzle touch to bed as a sensor input. Not to have problem with any solid filament residue that is left on the nozzle, I need to do the probing when nozzle is hot. But there is no way to disable disable heater when probing feature on Klipper.
Tool to disable heaters when homing or probing an axis.
[homing_heaters]
#steppers:
# A comma separated list of steppers that should cause heaters to be
# disabled. The default is to disable heaters for any homing/probing
# move.
# Typical example: stepper_z
#heaters:
# A comma separated list of heaters to disable during homing/probing
# moves. The default is to disable all heaters.
# Typical example: extruder, heater_bed