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-f6.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-f6.cfg')
-rw-r--r-- | config/generic-fysetc-f6.cfg | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/config/generic-fysetc-f6.cfg b/config/generic-fysetc-f6.cfg index 5ed058e7..dfb76e6e 100644 --- a/config/generic-fysetc-f6.cfg +++ b/config/generic-fysetc-f6.cfg @@ -7,7 +7,8 @@ step_pin: PF0 dir_pin: PF1 enable_pin: !PD7 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: PK1 # PK2 for X-max position_endstop: 0 position_max: 200 @@ -16,7 +17,8 @@ position_max: 200 step_pin: PF6 dir_pin: PF7 enable_pin: !PF2 -step_distance: .0125 +microsteps: 16 +rotation_distance: 40 endstop_pin: PJ1 # PJ0 for Y-max position_endstop: 0 position_max: 200 @@ -25,7 +27,8 @@ position_max: 200 step_pin: PL6 dir_pin: PL1 enable_pin: !PF4 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: PB6 # PE4 for Z-max position_endstop: 0 position_max: 400 @@ -34,7 +37,8 @@ position_max: 400 step_pin: PA4 dir_pin: !PA6 enable_pin: !PA2 -step_distance: .01 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PE3 @@ -107,7 +111,6 @@ pins: PB0 #[tmc2208 stepper_x] #uart_pin: PG3 #tx_pin: PJ2 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -115,7 +118,6 @@ pins: PB0 #[tmc2208 stepper_y] #uart_pin: PJ3 #tx_pin: PJ4 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -123,7 +125,6 @@ pins: PB0 #[tmc2208 stepper_z] #uart_pin: PE2 #tx_pin: PE6 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 100 @@ -131,7 +132,6 @@ pins: PB0 #[tmc2208 extruder] #uart_pin: PJ5 #tx_pin: PJ6 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -139,7 +139,6 @@ pins: PB0 #[tmc2208 extruder1] #uart_pin: PE7 #tx_pin: PD4 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -147,7 +146,6 @@ pins: PB0 #[tmc2208 extruder2] #uart_pin: PA1 #tx_pin: PD5 -#microsteps: 16 #run_current: 0.8 #hold_current: 0.5 #stealthchop_threshold: 250 @@ -167,7 +165,6 @@ pins: PB0 #[tmc2130 stepper_x] #cs_pin: PG4 #diag1_pin: PK1 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -175,7 +172,6 @@ pins: PB0 #[tmc2130 stepper_y] #cs_pin: PG2 #diag1_pin: PJ1 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -183,7 +179,6 @@ pins: PB0 #[tmc2130 stepper_z] #cs_pin: PJ7 #diag1_pin: PB6 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -191,7 +186,6 @@ pins: PB0 #[tmc2130 extruder] #cs_pin: PL2 #diag1_pin: PE4 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -199,7 +193,6 @@ pins: PB0 #[tmc2130 extruder1] #cs_pin: PC5 #diag1_pin: PJ0 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 @@ -207,7 +200,6 @@ pins: PB0 #[tmc2130 extruder2] #cs_pin: PL7 #diag1_pin: PK2 -#microsteps: 16 #run_current: 0.800 #hold_current: 0.500 #stealthchop_threshold: 250 |