diff options
author | Chris Lee <chris.lee@sendgrid.com> | 2018-01-04 00:50:13 -0700 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-04 10:58:47 -0500 |
commit | cb969527bc01399b4021c80fd60a1b2e99d5b93d (patch) | |
tree | 37e8b73be00b0ce19d0aa08d70270a40632ee28c | |
parent | 3ab9a8d26c10845c8f64b7f63cf80283244fb2b6 (diff) | |
download | kutter-cb969527bc01399b4021c80fd60a1b2e99d5b93d.tar.gz kutter-cb969527bc01399b4021c80fd60a1b2e99d5b93d.tar.xz kutter-cb969527bc01399b4021c80fd60a1b2e99d5b93d.zip |
config: Update TAZ6 defaults for hotend
Use values from Lulzbot fork of Marlin.
Signed-off-by: Chris Lee <clee@mg8.org>
-rw-r--r-- | config/lulzbot-taz6-2017.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/lulzbot-taz6-2017.cfg b/config/lulzbot-taz6-2017.cfg index 77488437..05386237 100644 --- a/config/lulzbot-taz6-2017.cfg +++ b/config/lulzbot-taz6-2017.cfg @@ -45,12 +45,12 @@ step_distance: 0.001182 nozzle_diameter: 0.400 filament_diameter: 2.920 heater_pin: PH6 -sensor_type: EPCOS 100K B57560G104F +sensor_type: ATC Semitec 104GT-2 sensor_pin: PF0 control: pid -pid_Kp: 22.2 -pid_Ki: 1.08 -pid_Kd: 114 +pid_Kp: 28.79 +pid_Ki: 1.91 +pid_Kd: 108.51 min_temp: 0 max_temp: 300 min_extrude_temp: 140 |