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/generic-smoothieboard.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/generic-smoothieboard.cfg')
-rw-r--r-- | config/generic-smoothieboard.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/generic-smoothieboard.cfg b/config/generic-smoothieboard.cfg index 21803fe3..8d5d6474 100644 --- a/config/generic-smoothieboard.cfg +++ b/config/generic-smoothieboard.cfg @@ -7,7 +7,8 @@ step_pin: P2.0 dir_pin: P0.5 enable_pin: !P0.4 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^P1.24 #endstop_pin: ^P1.25 position_endstop: 0 @@ -18,7 +19,8 @@ homing_speed: 50 step_pin: P2.1 dir_pin: !P0.11 enable_pin: !P0.10 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^P1.26 #endstop_pin: ^P1.27 position_endstop: 0 @@ -29,7 +31,8 @@ homing_speed: 50 step_pin: P2.2 dir_pin: P0.20 enable_pin: !P0.19 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^P1.28 #endstop_pin: ^P1.29 position_endstop: 0.5 @@ -39,7 +42,8 @@ position_max: 200 step_pin: P2.3 dir_pin: P0.22 enable_pin: !P0.21 -step_distance: .002 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: P2.7 |