vzbot330-klipper/tinytemp.cfg
2024-05-12 18:16:09 -07:00

61 lines
1.2 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 TinyTemp
[mcu tinytemp]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6617C93E3186627-if00
restart_method: command
[board_pins tinytemp]
mcu: tinytemp
aliases:
T1=gpio29,
T2=gpio28,
T3=gpio27,
T4=gpio26,
LED=gpio16
[temperature_sensor thermistor1]
sensor_type: Generic 3950
sensor_pin: tinytemp:T1
pullup_resistor: 4730
#min_temp: 0
#max_temp: 200
[temperature_sensor thermistor2]
sensor_type: Generic 3950
sensor_pin: tinytemp:T2
pullup_resistor: 4660
#min_temp: 0
#max_temp: 200
[temperature_sensor thermistor3]
sensor_type: Generic 3950
sensor_pin: tinytemp:T3
pullup_resistor: 4680
#min_temp: 0
#max_temp: 200
[temperature_sensor thermistor4]
sensor_type: Generic 3950
sensor_pin: tinytemp:T4
pullup_resistor: 4670
#min_temp: 0
#max_temp: 200
[neopixel tinytemp]
pin: tinytemp:LED
color_order: RGB
initial_RED: 1.0
initial_GREEN: 0.0
initial_BLUE: 1.0
# Plenty of pins are free for random things.
# They are listed on the bottom of the board.