#Uknown heater - homexy Klipper issues after reinstall

5 messages · Page 1 of 1 (latest)

steady finch
#

I havent been able to touch my printer for almost a year and I had some files get corrupt after updating some stuff.

I've done a fresh install but I am using my old config file, and I am working to get these errorrs fixed but this one is stumping me and I've not seen one in a format like this before.

Unknown heater 'heater_bed

home_xy_position:175'

steady finch
#

Uknown heater - homexy Klipper issues after reinstall

verbal lava
#

this is a whitespace/commenting issue related to this section:

##  Controller fan - FAN2
pin: PD12
pin: PD13
kick_start_time: 0.5
heater: heater_bed

#[heater_fan exhaust_fan]
##  Exhaust fan - FAN3
#pin: PD13
#max_power: 1.0
#shutdown_speed: 0.0
#kick_start_time: 5.0
#heater: heater_bed
#heater_temp: 60
#fan_speed: 1.0

#####################################################################
#   LED Control
#####################################################################

#[output_pin caselight]
# Chamber Lighting - HE2 Connector (Optional)
#pin: PB10
#pwm:true
#shutdown_value: 0
#value:1
#cycle_time: 0.01

#####################################################################
#   Homing and Gantry Adjustment Routines
#####################################################################

# [idle_timeout]
# timeout: 1800

# [safe_z_home]
##  XY Location of the Z Endstop Switch
##  Update -10,-10 to the XY coordinates of your endstop pin 
##  (such as 157,305) after going through Z Endstop Pin
##  Location Definition step.
 home_xy_position:175,175
 speed:100
 z_hop:3```
verbal lava
#

but those last 3 lines are still not commented out, and due to the other aspects of it being commented out fall under the last valid module which is your controller fan, and the last line of that is which heater the fan responds to