diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/config/example.cfg b/config/example.cfg index 9037d919..f9102ceb 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -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 |