diff options
author | cfelicio <cfeliciomobil@gmail.com> | 2018-08-24 19:32:45 -0700 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 08:45:04 -0400 |
commit | 79632878ac86c0bf3b9dadb719b54d90742591c5 (patch) | |
tree | e900a9d8c87d91c84cd2a00a59e491eaaf4f9f55 /config/printer-wanhao-duplicator-i3-v2.1-2017.cfg | |
parent | 22132a55163adabb592861c33deac3e10d881054 (diff) | |
download | kutter-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>
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-v2.1-2017.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-v2.1-2017.cfg | 8 |
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 |