Hi,
Just installed a EBB42 with the toolhead and klipper doesn't seem to recognize the pin-aliases as stated in the RatOS config.
The result being that klipper throws the infamous 'ADC out of range' error because the thermistor isn't recognized.
My expectation would be that the following config would rectify that:
[extruder]
sensor_type: PT1000
sensor_pin: e_sensor_pin
In reality the following config is needed and with it it works like a dream. Same goes for the configuration of all other parts of the toolhead. Extruder fan doesn't trigger, etc. but a manual config and it is fine.
[mcu toolboard]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_btt-ebb42-12-if00
[extruder]
sensor_type: PT1000
sensor_pin: toolboard: PA3
Two configs are attached: config.txt is the 'before EBB42' config that worked without issue. The second is the config post-EBB42 with all pins manually set. The pin-config is commented out as i'm hunting an issue of my extruder massively overextruding which I why I'm trying going back to basics which caused my question.
Question is: What could be going on here?