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-e3-dip.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-e3-dip.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-e3-dip.cfg | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/config/generic-bigtreetech-skr-e3-dip.cfg b/config/generic-bigtreetech-skr-e3-dip.cfg index 22c725bc..fcd62ef4 100644 --- a/config/generic-bigtreetech-skr-e3-dip.cfg +++ b/config/generic-bigtreetech-skr-e3-dip.cfg @@ -15,7 +15,8 @@ step_pin: PC6 dir_pin: !PB15 enable_pin: !PC7 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PC1 position_endstop: 0 position_max: 235 @@ -25,7 +26,8 @@ homing_speed: 50 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 @@ -35,7 +37,8 @@ homing_speed: 50 step_pin: PB10 dir_pin: PB2 enable_pin: !PB11 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^PC15 position_endstop: 0.0 position_max: 250 @@ -44,7 +47,8 @@ position_max: 250 step_pin: PB0 dir_pin: !PC5 enable_pin: !PB1 -step_distance: 0.010526 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PC8 @@ -91,28 +95,24 @@ pins: !PC13 #[tmc2208 stepper_x] #uart_pin: PC10 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.500 #stealthchop_threshold: 250 #[tmc2208 stepper_y] #uart_pin: PC11 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.500 #stealthchop_threshold: 250 #[tmc2208 stepper_z] #uart_pin: PC12 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.500 #stealthchop_threshold: 30 #[tmc2208 extruder] #uart_pin: PD2 -#microsteps: 16 #run_current: 0.650 #hold_current: 0.500 #stealthchop_threshold: 5 @@ -125,7 +125,6 @@ pins: !PC13 #[tmc2130 stepper_x] #cs_pin: PC10 #spi_bus: spi3 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -133,7 +132,6 @@ pins: !PC13 #[tmc2130 stepper_y] #cs_pin: PC11 #spi_bus: spi3 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -141,7 +139,6 @@ pins: !PC13 #[tmc2130 stepper_z] #cs_pin: PC12 #spi_bus: spi3 -#microsteps: 16 #run_current: 0.580 #hold_current: 0.450 #stealthchop_threshold: 30 @@ -149,7 +146,6 @@ pins: !PC13 #[tmc2130 extruder] #cs_pin: PD2 #spi_bus: spi3 -#microsteps: 16 #run_current: 0.650 #hold_current: 0.500 #stealthchop_threshold: 5 |