diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-12 18:34:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-12 18:45:31 -0500 |
commit | 6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5 (patch) | |
tree | 23c86d93ed8059ae3b9904062eaa95538598b52e /config/example.cfg | |
parent | 77dff35faefe18cc9cc567ec4428fd7f59ad4e24 (diff) | |
download | kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.tar.gz kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.tar.xz kutter-6116a5d48f1a1d7fd4cd671659515fa9cf71a2b5.zip |
stepper_enable: Remove ability to use a list of pins in enable_pin
Now that the tmc drivers perform automatic soft stepper enabling,
there is no need to be able to list multiple pins in the enable_pin
config setting.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/example.cfg b/config/example.cfg index b44bae52..25280a9b 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -30,8 +30,7 @@ dir_pin: ar55 # parameter must be provided. enable_pin: !ar38 # Enable pin (default is enable high; use ! to indicate enable -# low). Alternatively, this may be a comma separated list of pins to -# enable. If this parameter is not provided then the stepper motor +# low). If this parameter is not provided then the stepper motor # driver must always be enabled. step_distance: .0225 # Distance in mm that each step causes the axis to travel. This |