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-bigtreetech-skr-mini-e3-v1.0.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-bigtreetech-skr-mini-e3-v1.0.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-mini-e3-v1.0.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg b/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg index 5bfee9be..4adf19d8 100644 --- a/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg +++ b/config/generic-bigtreetech-skr-mini-e3-v1.0.cfg @@ -15,7 +15,8 @@ step_pin: PB13 dir_pin: !PB12 enable_pin: !PB14 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PC0 position_endstop: 0 position_max: 235 @@ -25,7 +26,6 @@ homing_speed: 50 uart_pin: PC11 tx_pin: PC10 uart_address: 0 -microsteps: 16 run_current: 0.580 hold_current: 0.500 stealthchop_threshold: 250 @@ -34,7 +34,8 @@ stealthchop_threshold: 250 step_pin: PB10 dir_pin: !PB2 enable_pin: !PB11 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PC1 position_endstop: 0 position_max: 235 @@ -44,7 +45,6 @@ homing_speed: 50 uart_pin: PC11 tx_pin: PC10 uart_address: 2 -microsteps: 16 run_current: 0.580 hold_current: 0.500 stealthchop_threshold: 250 @@ -53,7 +53,8 @@ stealthchop_threshold: 250 step_pin: PB0 dir_pin: PC5 enable_pin: !PB1 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^PC2 position_endstop: 0.0 position_max: 250 @@ -62,7 +63,6 @@ position_max: 250 uart_pin: PC11 tx_pin: PC10 uart_address: 1 -microsteps: 16 run_current: 0.580 hold_current: 0.500 stealthchop_threshold: 5 @@ -71,7 +71,8 @@ stealthchop_threshold: 5 step_pin: PB3 dir_pin: !PB4 enable_pin: !PD2 -step_distance: 0.010526 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PC8 @@ -88,7 +89,6 @@ max_temp: 250 uart_pin: PC11 tx_pin: PC10 uart_address: 3 -microsteps: 16 run_current: 0.650 hold_current: 0.500 stealthchop_threshold: 5 |