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/avrsim.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/avrsim.cfg')
-rw-r--r-- | config/avrsim.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg index 6a50ae80..dbbe45ca 100644 --- a/config/avrsim.cfg +++ b/config/avrsim.cfg @@ -45,8 +45,8 @@ step_distance: .004242 nozzle_diameter: 0.500 filament_diameter: 3.500 heater_pin: ar4 -thermistor_pin: analog1 -thermistor_type: EPCOS 100K B57560G104F +sensor_type: EPCOS 100K B57560G104F +sensor_pin: analog1 control: pid pid_Kp: 22.2 pid_Ki: 1.08 @@ -57,8 +57,8 @@ max_temp: 210 [heater_bed] heater_pin: ar3 -thermistor_pin: analog0 -thermistor_type: EPCOS 100K B57560G104F +sensor_type: EPCOS 100K B57560G104F +sensor_pin: analog0 control: watermark min_temp: 0 max_temp: 110 |