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-fysetc-s6.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-fysetc-s6.cfg')
-rw-r--r-- | config/generic-fysetc-s6.cfg | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/config/generic-fysetc-s6.cfg b/config/generic-fysetc-s6.cfg index 649c9519..6c3c50e9 100644 --- a/config/generic-fysetc-s6.cfg +++ b/config/generic-fysetc-s6.cfg @@ -10,7 +10,8 @@ step_pin: PE11 dir_pin: PE10 enable_pin: !PE12 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: PB14 # PA1 for X-max position_endstop: 0 position_max: 200 @@ -19,7 +20,8 @@ position_max: 200 step_pin: PD8 dir_pin: PB12 enable_pin: !PD9 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: PB13 # PA2 for Y-max position_endstop: 0 position_max: 200 @@ -28,7 +30,8 @@ position_max: 200 step_pin: PD14 dir_pin: PD13 enable_pin: !PD15 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: PA0 # PA3 for Z-max (and servo) position_endstop: 0 position_max: 400 @@ -37,7 +40,8 @@ position_max: 400 step_pin: PD5 dir_pin: !PD6 enable_pin: !PD4 -step_distance: .01 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PB3 @@ -109,7 +113,6 @@ max_z_accel: 100 #[tmc2208 stepper_x] #uart_pin: PE8 #tx_pin: PE9 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -117,7 +120,6 @@ max_z_accel: 100 #[tmc2208 stepper_y] #uart_pin: PE13 #tx_pin: PE14 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -125,7 +127,6 @@ max_z_accel: 100 #[tmc2208 stepper_z] #uart_pin: PD12 #tx_pin: PD11 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 100 @@ -133,7 +134,6 @@ max_z_accel: 100 #[tmc2208 extruder] #uart_pin: PA15 #tx_pin: PD3 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -141,7 +141,6 @@ max_z_accel: 100 #[tmc2208 extruder1] #uart_pin: PC5 #tx_pin: PC4 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -149,7 +148,6 @@ max_z_accel: 100 #[tmc2208 extruder2] #uart_pin: PE0 #tx_pin: PE1 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -173,7 +171,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PE7 #diag1_pin: PB14 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -182,7 +179,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PE15 #diag1_pin: PB13 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -191,7 +187,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PD10 #diag1_pin: PA0 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -200,7 +195,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PD7 #diag1_pin: PA3 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -209,7 +203,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PC14 #diag1_pin: PA2 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -218,7 +211,6 @@ max_z_accel: 100 #spi_bus: spi1 #cs_pin: PC15 #diag1_pin: PA1 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 |