v2.4: add chamber thermistor
This commit is contained in:
parent
fda0feede8
commit
309d95a5e8
1 changed files with 16 additions and 0 deletions
16
printer.cfg
16
printer.cfg
|
@ -365,6 +365,22 @@ heater_temp: 45.0
|
||||||
# Homing and Gantry Adjustment Routines
|
# Homing and Gantry Adjustment Routines
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Enclosure Temp Sensor Section
|
||||||
|
#####################################################################
|
||||||
|
[thermistor chamber_temp]
|
||||||
|
temperature1: 25
|
||||||
|
resistance1: 10000
|
||||||
|
beta: 3950
|
||||||
|
|
||||||
|
|
||||||
|
[temperature_sensor enclosure_temp]
|
||||||
|
sensor_type: chamber_temp
|
||||||
|
sensor_pin: PF5
|
||||||
|
min_temp: 0
|
||||||
|
max_temp: 100
|
||||||
|
gcode_id: C
|
||||||
|
|
||||||
[idle_timeout]
|
[idle_timeout]
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue