aboutsummaryrefslogtreecommitdiffstats
path: root/config/avrsim.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-10-11 00:00:10 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-10-11 00:21:30 -0400
commit7f8a94ff48cd54513eb95ba1f6977c19b49442e6 (patch)
tree2acb5969acbfe8c5d53fdea5a830d18e9f91f69c /config/avrsim.cfg
parentee56b14faa445fd2ee434f65f3f1f8d945894ad1 (diff)
downloadkutter-7f8a94ff48cd54513eb95ba1f6977c19b49442e6.tar.gz
kutter-7f8a94ff48cd54513eb95ba1f6977c19b49442e6.tar.xz
kutter-7f8a94ff48cd54513eb95ba1f6977c19b49442e6.zip
heater: Make it possible to disable min_extrude_temp for testing
Allow a config file to specify 'min_extrude_temp: 0' to disable the minimum extrude temperature test. This makes it easier to perform testing on the avr simulator. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/avrsim.cfg')
-rw-r--r--config/avrsim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg
index 774f4f3b..ffd2fa2b 100644
--- a/config/avrsim.cfg
+++ b/config/avrsim.cfg
@@ -58,6 +58,7 @@ pid_Kp: 22.2
pid_Ki: 1.08
pid_Kd: 114
min_temp: 0
+min_extrude_temp: 0
max_temp: 210
[heater_bed]