diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index 56f60f29..ed33b3d6 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -30,7 +30,8 @@ dir_pin: ar55 # parameter must be provided. enable_pin: !ar38 # Enable pin (default is enable high; use ! to indicate enable -# low). If this parameter is not provided then the stepper motor +# low). Alternatively, this may be a comma separated list of pins to +# enable. 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 |