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/sample-bigtreetech-exp-mot.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/sample-bigtreetech-exp-mot.cfg')
-rw-r--r-- | config/sample-bigtreetech-exp-mot.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/sample-bigtreetech-exp-mot.cfg b/config/sample-bigtreetech-exp-mot.cfg index c10682c0..1e93e8a4 100644 --- a/config/sample-bigtreetech-exp-mot.cfg +++ b/config/sample-bigtreetech-exp-mot.cfg @@ -5,7 +5,8 @@ step_pin: EXP2_6 dir_pin: EXP2_5 enable_pin: !EXP2_7 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 position_max: 320 homing_speed: 50 @@ -13,7 +14,8 @@ homing_speed: 50 step_pin: EXP2_3 dir_pin: EXP2_4 enable_pin: !EXP1_8 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 position_max: 300 homing_speed: 50 @@ -21,7 +23,8 @@ homing_speed: 50 step_pin: EXP2_1 dir_pin: EXP2_2 enable_pin: !EXP1_7 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 position_endstop: 0.5 position_max: 400 |