diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-14 09:09:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-18 10:38:49 -0500 |
commit | 49f1ee0207e8a4bf8bf91220370c0975807be473 (patch) | |
tree | b4cf2ec45fbd621f6aeb07ab88dc5adef0361a9f /config/printer-wanhao-duplicator-i3-plus-2017.cfg | |
parent | 5b31080e7787d3a41dd557b2c08c92a56840cd7f (diff) | |
download | kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.tar.gz kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.tar.xz kutter-49f1ee0207e8a4bf8bf91220370c0975807be473.zip |
config: Update example configs to use rotation_distance
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-wanhao-duplicator-i3-plus-2017.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-i3-plus-2017.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/printer-wanhao-duplicator-i3-plus-2017.cfg b/config/printer-wanhao-duplicator-i3-plus-2017.cfg index 8dd5c0ec..a6566161 100644 --- a/config/printer-wanhao-duplicator-i3-plus-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-plus-2017.cfg @@ -11,7 +11,8 @@ step_pin: PF7 dir_pin: !PK0 enable_pin: !PF6 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^!PF0 position_endstop: 0 position_max: 200 @@ -21,7 +22,8 @@ homing_speed: 30.0 step_pin: PK2 dir_pin: !PK3 enable_pin: !PK1 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^!PA2 position_endstop: 0 position_max: 200 @@ -31,7 +33,8 @@ homing_speed: 30.0 step_pin: PK5 dir_pin: PK7 enable_pin: !PK4 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^!PA1 position_endstop: 0.5 position_max: 180 @@ -40,7 +43,8 @@ position_max: 180 step_pin: PF4 dir_pin: PF5 enable_pin: !PF3 -step_distance: 0.010417 +microsteps: 16 +rotation_distance: 33.334 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PG5 |