diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-12 23:42:11 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-28 16:59:26 -0400 |
commit | b0c459d8bf6dba4747137bb627496471dd4c7907 (patch) | |
tree | ed042b54d53d0afb63f9dbccd1afcd9f31abe4dd /config | |
parent | a2e550d1cd24f36cb067ec6c9efa62ebd77bbbf8 (diff) | |
download | kutter-b0c459d8bf6dba4747137bb627496471dd4c7907.tar.gz kutter-b0c459d8bf6dba4747137bb627496471dd4c7907.tar.xz kutter-b0c459d8bf6dba4747137bb627496471dd4c7907.zip |
config: Use tmc2208 virtual_enable in generic-duet2-maestro.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-duet2-maestro.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/generic-duet2-maestro.cfg b/config/generic-duet2-maestro.cfg index 36d60b9a..f75c802f 100644 --- a/config/generic-duet2-maestro.cfg +++ b/config/generic-duet2-maestro.cfg @@ -6,7 +6,7 @@ [stepper_x] step_pin: PC20 dir_pin: PC18 -enable_pin: !PA1 +enable_pin: !PA1, tmc2208_stepper_x:virtual_enable step_distance: .0125 endstop_pin: ^PA24 position_endstop: 0 @@ -25,7 +25,7 @@ stealthchop_threshold: 250 [stepper_y] step_pin: PC2 dir_pin: PA8 -enable_pin: !PA1 +enable_pin: !PA1, tmc2208_stepper_y:virtual_enable step_distance: .0125 endstop_pin: ^PB6 position_endstop: 0 @@ -44,7 +44,7 @@ stealthchop_threshold: 250 [stepper_z] step_pin: PC28 dir_pin: PB4 -enable_pin: !PA1 +enable_pin: !PA1, tmc2208_stepper_z:virtual_enable step_distance: .0025 endstop_pin: ^PC10 position_endstop: 0.5 @@ -62,7 +62,7 @@ stealthchop_threshold: 30 [extruder] step_pin: PC4 dir_pin: PB7 -enable_pin: !PA1 +enable_pin: !PA1, tmc2208_extruder:virtual_enable step_distance: .002 nozzle_diameter: 0.400 filament_diameter: 1.750 |