-
Notifications
You must be signed in to change notification settings - Fork 362
Description
Hello, I am trying to control a thermistor for the inside of the machine, I have installed the thermistor in T0 but klipper tells me the following after adding the line to my klipperExpander.cfg file
[temperature_sensor t0]
sensor_type: ATC Semitec 104GT-2
sensor_pin: PA6
gcode_id: T0
klippy.log
[mcu expander]
serial: /dev/serial/by-id/usb-Klipper_stm32f042x6_100002000543304846333520-if00
restart_method: command
[temperature_sensor t0]
sensor_type: ATC Semitec 104GT-2
sensor_pin: PA6
gcode_id: T0
#[output_pin mosfet0]
#pin: expander:PA0
#pwm: true
#cycle_time: 0.010
#value: 0
#shutdown_value: 0
#[output_pin mosfet1]
#pin: expander:PA1
#pwm: true
#cycle_time: 0.010
#value: 0
#shutdown_value: 0
#[output_pin mosfet2]
#pin: expander:PA2
#pwm: true
#cycle_time: 0.010
#value: 0
#shutdown_value: 0
#[output_pin mosfet3]
#pin: expander:PA3
#pwm: true
#cycle_time: 0.010
#value: 0
#shutdown_value: 0
Status LED lights when klipper connects
#[static_digital_output onboardLED]
#pins: !expander:PA4
#[neopixel expanderPixel]
#pin: expander:PB1
#chain_count: 1
#initial_RED: 0.9
#initial_GREEN: 0.3
#initial_BLUE: 0.0
Other Pins
#T0 = PA6
#T1 = PA5
#GPIO = PA7
