TeenyTemp/TeenyTemp.cfg
2024-06-14 16:43:01 -07:00

62 lines
1.4 KiB
INI

# To flash
# [*] Enable extra low level configuration options
# Micro-controller Architecture (Raspberry Pi RP2040] --->
# Flash chip (Generic_03H with CLKDIV 4) --->
# Communiccation interface (USB) --->
# USB ids --->
# () GPIO pins to set at micro-controller startup
# Klipper config for TeenyTemp
[mcu teenytemp]
serial: /dev/serial/by-id/usb-Klipper_SERIAL_ID_GOES_HERE
restart_method: command
[board_pins teenytemp]
mcu: teenytemp
aliases:
T1=gpio29,
T2=gpio28,
T3=gpio27,
T4=gpio26,
LED=gpio16
[temperature_sensor thermistor1]
sensor_type: Generic 3950
sensor_pin: teenytemp:T1
# Change this value and uncomment if you use a different pullup resistor
#pullup_resistor: 4700
min_temp: 0
max_temp: 260
[temperature_sensor thermistor2]
sensor_type: Generic 3950
sensor_pin: teenytemp:T2
# Change this value and uncomment if you use a different pullup resistor
#pullup_resistor: 4700
min_temp: 0
max_temp: 260
[temperature_sensor thermistor3]
sensor_type: Generic 3950
sensor_pin: teenytemp:T3
# Change this value and uncomment if you use a different pullup resistor
#pullup_resistor: 4700
min_temp: 0
max_temp: 260
[temperature_sensor thermistor4]
sensor_type: Generic 3950
sensor_pin: teenytemp:T4
# Change this value and uncomment if you use a different pullup resistor
#pullup_resistor: 4700
min_temp: 0
max_temp: 260
[neopixel teenytemp]
pin: teenytemp:LED
color_order: RGB
initial_RED: 1.0
initial_GREEN: 0.0
initial_BLUE: 1.0