doom-micron/tinytemp.cfg

74 lines
1.7 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 chamber]
sensor_type: temperature_combined
sensor_list: temperature_sensor _top_chamber, temperature_sensor _mid_chamber
combination_method: mean
maximum_deviation: 99999999999999
[temperature_sensor chamber_full]
sensor_type: temperature_combined
sensor_list: temperature_sensor bottom_chamber, temperature_sensor _top_chamber, temperature_sensor _mid_chamber
combination_method: mean
maximum_deviation: 99999999999999
[temperature_sensor bottom_chamber]
sensor_type: Generic 3950
sensor_pin: tinytemp:T1
pullup_resistor: 4000
#min_temp: 0
#max_temp: 200
[temperature_sensor _top_chamber]
sensor_type: Generic 3950
sensor_pin: tinytemp:T2
pullup_resistor: 4000
#min_temp: 0
#max_temp: 200
#[temperature_sensor thermistor3]
#sensor_type: Generic 3950
#sensor_pin: tinytemp:T3
#pullup_resistor: 4000
#min_temp: 0
#max_temp: 200
#[temperature_sensor thermistor4]
#sensor_type: Generic 3950
#sensor_pin: tinytemp:T4
#pullup_resistor: 4000
#min_temp: 0
#max_temp: 200
[neopixel tinytemp]
pin: tinytemp:LED
color_order: RGB
initial_RED: 0.0
initial_GREEN: 0.0
initial_BLUE: 0.0
# Plenty of pins are free for random things.
# They are listed on the bottom of the board.