diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-06 15:33:21 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-13 00:46:33 -0400 |
commit | ff6a96665aaf5ac8bb2bb3ccbfe55f0650a058b0 (patch) | |
tree | 23c090412ff7448f7a10c118e6cfab294424dd0c /config/example-delta.cfg | |
parent | 4388a294a4151c8e0db6f08bc751763098bc3916 (diff) | |
download | kutter-ff6a96665aaf5ac8bb2bb3ccbfe55f0650a058b0.tar.gz kutter-ff6a96665aaf5ac8bb2bb3ccbfe55f0650a058b0.tar.xz kutter-ff6a96665aaf5ac8bb2bb3ccbfe55f0650a058b0.zip |
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>
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r-- | config/example-delta.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index 90f8c8b5..add26f52 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -47,8 +47,8 @@ step_distance: .0022 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: ar10 -thermistor_pin: analog13 -thermistor_type: ATC Semitec 104GT-2 +sensor_type: ATC Semitec 104GT-2 +sensor_pin: analog13 control: pid pid_Kp: 22.2 pid_Ki: 1.08 @@ -58,8 +58,8 @@ max_temp: 250 [heater_bed] heater_pin: ar8 -thermistor_pin: analog14 -thermistor_type: EPCOS 100K B57560G104F +sensor_type: EPCOS 100K B57560G104F +sensor_pin: analog14 control: watermark min_temp: 0 max_temp: 130 |