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-einsy-rambo.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-einsy-rambo.cfg')
-rw-r--r-- | config/generic-einsy-rambo.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/generic-einsy-rambo.cfg b/config/generic-einsy-rambo.cfg index 1e942b0a..0034a6f5 100644 --- a/config/generic-einsy-rambo.cfg +++ b/config/generic-einsy-rambo.cfg @@ -7,7 +7,8 @@ step_pin: PC0 dir_pin: PL0 enable_pin: !PA7 -step_distance: .005 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PB6 #endstop_pin: tmc2130_stepper_x:virtual_endstop position_endstop: 0 @@ -15,7 +16,6 @@ position_max: 250 [tmc2130 stepper_x] cs_pin: PG0 -microsteps: 16 run_current: .5 sense_resistor: 0.220 diag1_pin: !PK2 @@ -24,7 +24,8 @@ diag1_pin: !PK2 step_pin: PC1 dir_pin: !PL1 enable_pin: !PA6 -step_distance: .005 +microsteps: 16 +rotation_distance: 40 endstop_pin: ^PB5 #endstop_pin: tmc2130_stepper_y:virtual_endstop position_endstop: 0 @@ -32,7 +33,6 @@ position_max: 210 [tmc2130 stepper_y] cs_pin: PG2 -microsteps: 16 run_current: .5 sense_resistor: 0.220 diag1_pin: !PK7 @@ -41,7 +41,8 @@ diag1_pin: !PK7 step_pin: PC2 dir_pin: PL2 enable_pin: !PA5 -step_distance: .0025 +microsteps: 16 +rotation_distance: 8 endstop_pin: ^PB4 #endstop_pin: tmc2130_stepper_z:virtual_endstop position_endstop: 0.5 @@ -49,7 +50,6 @@ position_max: 200 [tmc2130 stepper_z] cs_pin: PK5 -microsteps: 16 run_current: .5 sense_resistor: 0.220 diag1_pin: !PK6 @@ -58,7 +58,8 @@ diag1_pin: !PK6 step_pin: PC3 dir_pin: PL6 enable_pin: !PA4 -step_distance: .002 +microsteps: 16 +rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PE5 @@ -73,7 +74,6 @@ max_temp: 250 [tmc2130 extruder] cs_pin: PK4 -microsteps: 16 run_current: .5 sense_resistor: 0.220 diag1_pin: !PK3 |