diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-15 15:38:03 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-15 15:38:03 -0500 |
commit | 4c2d0749677976f76905962c6fa7118c99f36f10 (patch) | |
tree | aec1c17f23a1041b93b6b3a973371b9fe6809d29 | |
parent | e786748f18b6b004e7fe999004abb5b308e62417 (diff) | |
download | kutter-4c2d0749677976f76905962c6fa7118c99f36f10.tar.gz kutter-4c2d0749677976f76905962c6fa7118c99f36f10.tar.xz kutter-4c2d0749677976f76905962c6fa7118c99f36f10.zip |
config: Fix bed thermistor in printer-sovol-sv01-2020.cfg
The bed sensor should be "EPCOS 100K B57560G104F". Reported by
@bartolomeus.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-sovol-sv01-2020.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-sovol-sv01-2020.cfg b/config/printer-sovol-sv01-2020.cfg index 957fd5ab..c70d18ab 100644 --- a/config/printer-sovol-sv01-2020.cfg +++ b/config/printer-sovol-sv01-2020.cfg @@ -52,7 +52,7 @@ max_temp: 265 [heater_bed] heater_pin: ar8 -sensor_type: ATC Semitec 104GT-2 +sensor_type: EPCOS 100K B57560G104F sensor_pin: analog14 control: pid pid_Kp: 72.174 |