Klipper config
This commit is contained in:
parent
38861c60cf
commit
9059cc64bb
1 changed files with 31 additions and 0 deletions
31
tinytemp.cfg
Normal file
31
tinytemp.cfg
Normal 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.
|
Loading…
Add table
Reference in a new issue