aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJosh Sutinen <josh@damagedgoodz.net>2018-01-03 22:55:00 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-01-04 12:10:01 -0500
commitdb927bd82291464b023cf5cd3b5274e288db9ba8 (patch)
treedcf02a915a2a3b4dfe470442a61cb070ceb8ef6c /config
parentcb969527bc01399b4021c80fd60a1b2e99d5b93d (diff)
downloadkutter-db927bd82291464b023cf5cd3b5274e288db9ba8.tar.gz
kutter-db927bd82291464b023cf5cd3b5274e288db9ba8.tar.xz
kutter-db927bd82291464b023cf5cd3b5274e288db9ba8.zip
config: Added Wanhao Duplicator i3 Plus configuration
The Wanhao Duplicator i3 Plus (aka Maker Select Plus, Microcenter Powerspec Plus, and others) uses an atmega2560 AVR. The config is based on generic-ramps.cfg with pin numbers updated from the official Wanhao Marlin sources at https://github.com/garychen99/Duplicator-i3-plus Signed-off-by: Josh Sutinen <josh@damagedgoodz.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/wanhao-duplicator-i3-plus-2017.cfg73
1 files changed, 73 insertions, 0 deletions
diff --git a/config/wanhao-duplicator-i3-plus-2017.cfg b/config/wanhao-duplicator-i3-plus-2017.cfg
new file mode 100644
index 00000000..1c9e24d3
--- /dev/null
+++ b/config/wanhao-duplicator-i3-plus-2017.cfg
@@ -0,0 +1,73 @@
+# This file contains pin mappings for the Wanhao Duplicator i3 Plus
+# (circa 2017). To use this config, the firmware should be compiled
+# for the AVR atmega2560.
+# Pin numbers and other parameters were extracted from the
+# official Marlin source available at:
+# https://github.com/garychen99/Duplicator-i3-plus
+
+# See the example.cfg file for a description of available parameters.
+
+[stepper_x]
+step_pin: PF7
+dir_pin: !PK0
+enable_pin: !PF6
+step_distance: .0125
+endstop_pin: ^!PF0
+position_endstop: 0
+position_max: 200
+
+[stepper_y]
+step_pin: PK2
+dir_pin: !PK3
+enable_pin: !PK1
+step_distance: .0125
+endstop_pin: ^!PA2
+position_endstop: 0
+position_max: 200
+
+[stepper_z]
+step_pin: PK5
+dir_pin: PK7
+enable_pin: !PK4
+step_distance: 0.0025
+endstop_pin: ^!PA1
+position_endstop: 0.5
+position_max: 180
+
+[extruder]
+step_pin: PF4
+dir_pin: PF5
+enable_pin: !PF3
+step_distance: 0.010417
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PG5
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PF1
+control: pid
+pid_Kp: 22.2
+pid_Ki: 1.08
+pid_Kd: 114
+min_temp: 0
+max_temp: 260
+
+[heater_bed]
+heater_pin: PE5
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PK6
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: PE3
+
+[mcu]
+serial: /dev/ttyUSB0
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 800
+max_z_velocity: 5
+max_z_accel: 100