Klipper config

This commit is contained in:
Kyle Brown 2023-06-01 19:30:48 -07:00
parent 38861c60cf
commit 9059cc64bb

31
tinytemp.cfg Normal file
View file

@ -0,0 +1,31 @@
# Klipper config for TinyTemp
[mcu TinyTemp]
serial: /dev/serial/by-id/usb-Klipper_SERIAL_ID_GOES_HERE
[temperature_sensor thermistor1]
sensor_type: Generic 3950
sensor_pin: TinyTemp:gpio29
min_temp: 0
max_temp: 100
[temperature_sensor thermistor2]
sensor_type: Generic 3950
sensor_pin: TinyTemp:gpio28
min_temp: 0
max_temp: 100
[temperature_sensor thermistor3]
sensor_type: Generic 3950
sensor_pin: TinyTemp:gpio27
min_temp: 0
max_temp: 100
[temperature_sensor thermistor4]
sensor_type: Generic 3950
sensor_pin: TinyTemp:gpio26
min_temp: 0
max_temp: 100
# Plenty of pins are free for random things.
# They are listed on the bottom of the board.