aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcfelicio <cfeliciomobil@gmail.com>2018-08-24 19:32:45 -0700
committerKevin O'Connor <kevin@koconnor.net>2018-08-27 08:45:04 -0400
commit79632878ac86c0bf3b9dadb719b54d90742591c5 (patch)
treee900a9d8c87d91c84cd2a00a59e491eaaf4f9f55
parent22132a55163adabb592861c33deac3e10d881054 (diff)
downloadkutter-79632878ac86c0bf3b9dadb719b54d90742591c5.tar.gz
kutter-79632878ac86c0bf3b9dadb719b54d90742591c5.tar.xz
kutter-79632878ac86c0bf3b9dadb719b54d90742591c5.zip
config: Updates to printer-wanhao-duplicator-i3-v2.1-2017.cfg
Add lcd encoder pins. Add comment on 10K pullups. Signed-off-by: Carlos Felicio <cfeliciomobil@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--config/printer-wanhao-duplicator-i3-v2.1-2017.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
index d7dd3738..505f62e4 100644
--- a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
+++ b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
@@ -65,6 +65,12 @@
# (like an upgraded hot end or a separate MOSFET for your heated bed), you may
# want to increase these values.
#
+# Note: Some Melzi boards were shipped with 10K pullup resistors
+# instead of 4.7K. If the temperatures on your printer seem way
+# off before running the PID tune, you may need to add
+# "pullup_resistor: 10000" to both the extruder and the heater_bed
+# config sections.
+#
# * [mcu] > serial
#
# Enter the USB serial port of the printer in /dev/serial/by-id/ format
@@ -157,3 +163,5 @@ lcd_type: st7920
cs_pin: PC1
sclk_pin: PD3
sid_pin: PC0
+encoder_pins: ^PA2, ^PA1
+click_pin: ^!PA3