heater: Rename thermistor_type config name to sensor_type
Rename the thermistor_type and thermistor_pin config variables to sensor_type and sensor_pin. This is in preparation for support of sensors beyond thermistors. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -160,13 +160,12 @@ heater_pin: ar4
|
||||
# allow the pin to be enabled for no more than half the time. This
|
||||
# setting may be used to limit the total power output (over extended
|
||||
# periods) to the heater. The default is 1.0.
|
||||
thermistor_pin: analog1
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
# Type of sensor - this may be "EPCOS 100K B57560G104F" or "ATC
|
||||
# Semitec 104GT-2". This parameter must be provided.
|
||||
sensor_pin: analog1
|
||||
# Analog input pin connected to thermistor. This parameter must be
|
||||
# provided.
|
||||
thermistor_type: EPCOS 100K B57560G104F
|
||||
# Type of thermistor (see the Thermistors variable at the top of
|
||||
# klippy/heater.py for available types). This parameter must be
|
||||
# provided.
|
||||
#pullup_resistor: 4700
|
||||
# The resistance (in ohms) of the pullup attached to the
|
||||
# thermistor. The default is 4700 ohms.
|
||||
@@ -203,8 +202,8 @@ max_temp: 210
|
||||
# section if not present).
|
||||
[heater_bed]
|
||||
heater_pin: ar3
|
||||
thermistor_pin: analog0
|
||||
thermistor_type: EPCOS 100K B57560G104F
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: analog0
|
||||
control: watermark
|
||||
#max_delta: 2.0
|
||||
# On 'watermark' controlled heaters this is the number of degrees in
|
||||
|
||||
Reference in New Issue
Block a user