maz0r / klipper_canbus

guide on setting up canbus in klipper
187 stars 43 forks source link

pullup_resistor should not be in the example config for ebb36 #27

Closed MapleLeafMakers closed 1 year ago

MapleLeafMakers commented 1 year ago

in toolhead/example_configs/toolhead_btt_ebbcan_G0B1_v1.2.cfg the [extruder] section has the following line:

pullup_resistor: 2200 # this is the default for the Revo heater

the pullup_resistor setting is not thermistor specific. its specific to the MCU that's reading the thermistor, and in the case of ebb36 1.2, it should not be defined, the default value is correct, whatever that may be.. setting it to 2200 results in 'room temperature' readings of ~40C

The same entry is in the ebb36 1.1 example config, which I suspect is also wrong, but I don't have that board so I can't confirm, However, the comment is still wrong.