From 77dff35faefe18cc9cc567ec4428fd7f59ad4e24 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 12 Nov 2019 18:18:32 -0500 Subject: tmc: Remove virtual_enable support and replace with automatic support Automatically detect if the stepper has a dedicated enable line. If it does not, then automatically enable virtual enable support. Signed-off-by: Kevin O'Connor --- config/generic-duet2-maestro.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/generic-duet2-maestro.cfg') diff --git a/config/generic-duet2-maestro.cfg b/config/generic-duet2-maestro.cfg index 34426bff..d4877d67 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, tmc2208_stepper_x:virtual_enable +enable_pin: !PA1 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, tmc2208_stepper_y:virtual_enable +enable_pin: !PA1 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, tmc2208_stepper_z:virtual_enable +enable_pin: !PA1 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, tmc2208_extruder:virtual_enable +enable_pin: !PA1 step_distance: .002 nozzle_diameter: 0.400 filament_diameter: 1.750 -- cgit v1.2.3-70-g09d2