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-pro.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-pro.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-pro.cfg | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/config/generic-bigtreetech-skr-pro.cfg b/config/generic-bigtreetech-skr-pro.cfg index c48ad6cb..8a36fa9d 100644 --- a/config/generic-bigtreetech-skr-pro.cfg +++ b/config/generic-bigtreetech-skr-pro.cfg @@ -13,7 +13,8 @@ step_pin: PE9 dir_pin: PF1 enable_pin: !PF2 -step_distance: .0025 +microsteps: 16 +rotation_distance: 40 endstop_pin: PB10 position_endstop: 0 position_max: 200 @@ -23,7 +24,8 @@ homing_speed: 50 step_pin: PE11 dir_pin: PE8 enable_pin: !PD7 -step_distance: .0025 +microsteps: 16 +rotation_distance: 40 endstop_pin: PE12 position_endstop: 0 position_max: 200 @@ -33,7 +35,8 @@ homing_speed: 50 step_pin: PE13 dir_pin: PC2 enable_pin: !PC0 -step_distance: .0125 +microsteps: 16 +rotation_distance: 8 endstop_pin: PG8 position_endstop: 0.5 position_max: 200 @@ -42,7 +45,8 @@ position_max: 200 step_pin: PE14 dir_pin: PA0 enable_pin: !PC3 -step_distance: .002 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PB1 # Heat0 @@ -105,42 +109,36 @@ max_z_accel: 100 #[tmc2208 stepper_x] #uart_pin: PC13 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 #[tmc2208 stepper_y] #uart_pin: PE3 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 #[tmc2208 stepper_z] #uart_pin: PE1 -#microsteps: 16 #run_current: 0.650 #hold_current: 0.450 #stealthchop_threshold: 30 #[tmc2208 extruder] #uart_pin: PD4 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 #[tmc2208 extruder1] #uart_pin: PD1 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 #[tmc2208 extruder2] #uart_pin: PD6 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 @@ -154,7 +152,6 @@ max_z_accel: 100 #cs_pin: PA15 #spi_bus: spi3a ##diag1_pin: PB10 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -163,7 +160,6 @@ max_z_accel: 100 #cs_pin: PB8 #spi_bus: spi3a ##diag1_pin: PE12 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -172,7 +168,6 @@ max_z_accel: 100 #cs_pin: PB9 #spi_bus: spi3a ##diag1_pin: PG8 -#microsteps: 16 #run_current: 0.650 #hold_current: 0.450 #stealthchop_threshold: 30 @@ -181,7 +176,6 @@ max_z_accel: 100 #cs_pin: PB3 #spi_bus: spi3a ##diag1_pin: PE15 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 @@ -190,7 +184,6 @@ max_z_accel: 100 #cs_pin: PG15 #spi_bus: spi3a ##diag1_pin: PE10 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 @@ -199,7 +192,6 @@ max_z_accel: 100 #cs_pin: PG12 #spi_bus: spi3a ##diag1_pin: PG5 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 5 |