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/example-winch.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/example-winch.cfg')
-rw-r--r-- | config/example-winch.cfg | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config/example-winch.cfg b/config/example-winch.cfg index cb9d0a65..3998f840 100644 --- a/config/example-winch.cfg +++ b/config/example-winch.cfg @@ -14,7 +14,8 @@ step_pin: ar54 dir_pin: ar55 enable_pin: !ar38 -step_distance: .01 +microsteps: 16 +rotation_distance: 40 anchor_x: 0 anchor_y: -2000 anchor_z: -100 @@ -23,7 +24,8 @@ anchor_z: -100 step_pin: ar60 dir_pin: ar61 enable_pin: !ar56 -step_distance: .01 +microsteps: 16 +rotation_distance: 40 anchor_x: 2000 anchor_y: 1000 anchor_z: -100 @@ -32,7 +34,8 @@ anchor_z: -100 step_pin: ar46 dir_pin: ar48 enable_pin: !ar62 -step_distance: .01 +microsteps: 16 +rotation_distance: 40 anchor_x: -2000 anchor_y: 1000 anchor_z: -100 @@ -41,7 +44,8 @@ anchor_z: -100 step_pin: ar36 dir_pin: ar34 enable_pin: !ar30 -step_distance: .01 +microsteps: 16 +rotation_distance: 40 anchor_x: 0 anchor_y: 0 anchor_z: 3000 @@ -50,7 +54,8 @@ anchor_z: 3000 step_pin: ar26 dir_pin: ar28 enable_pin: !ar24 -step_distance: .0022 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: ar10 |