diff options
author | nzlrhyz <nzlrhyz@gmail.com> | 2019-06-09 14:30:07 +1200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-18 10:13:41 -0400 |
commit | 631c3fe052afe490a6f8ed98d13779ca3bd46363 (patch) | |
tree | c29fd94d8b9b8499fdd40887b8a752ea1988c8e4 /config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg | |
parent | caea441edd759ea454215a3ec59becb276987ee4 (diff) | |
download | kutter-631c3fe052afe490a6f8ed98d13779ca3bd46363.tar.gz kutter-631c3fe052afe490a6f8ed98d13779ca3bd46363.tar.xz kutter-631c3fe052afe490a6f8ed98d13779ca3bd46363.zip |
config: Create printer-wanhao-duplicator-i3-plus-mark2-2019.cfg
Reported by @nzlrhyz.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg new file mode 100644 index 00000000..4c28a06b --- /dev/null +++ b/config/printer-wanhao-duplicator-i3-plus-mark2-2019.cfg @@ -0,0 +1,81 @@ +# This file contains pin mappings for the Wanhao Duplicator i3 Plus +# Mark II. To use this config, the firmware should be compiled for the +# AVR atmega2560. + +# 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 +homing_speed: 30.0 + +[stepper_y] +step_pin: PK2 +dir_pin: !PK3 +enable_pin: !PE4 +step_distance: .0125 +endstop_pin: ^!PA2 +position_endstop: 0 +position_max: 200 +homing_speed: 30.0 + +[stepper_z] +step_pin: PK5 +dir_pin: PK7 +enable_pin: !PK4 +step_distance: .0025 +endstop_pin: probe:z_virtual_endstop +position_max: 180 +position_min: -0.5 + +[extruder] +step_pin: PF4 +dir_pin: PF5 +enable_pin: !PF3 +step_distance: 0.010417 +nozzle_diameter: 0.300 +filament_diameter: 1.750 +heater_pin: PG5 +sensor_type: EPCOS 100K B57560G104F +sensor_pin: PF1 +control: pid +pid_Kp: 20.982 +pid_Ki: 0.725 +pid_Kd: 151.861 +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: 110 + +[fan] +pin: PE3 + +[probe] +pin: !PH3 +z_offset: 1.0 + +[mcu] +serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 + +[printer] +kinematics: cartesian +max_velocity: 300 +max_accel: 800 +max_z_velocity: 5 +max_z_accel: 100 + +[bed_mesh] +min_point: 20,20 +max_point: 190,130 +probe_count: 4,4 |