From 2a10babf6eb75d5992e98cd609332da3ed4d028a Mon Sep 17 00:00:00 2001 From: Howard Dutton Date: Fri, 3 Dec 2021 16:24:31 -0500 Subject: [PATCH] Fixed typo in comment --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index 30263c34..0dda8b60 100644 --- a/Config.h +++ b/Config.h @@ -203,7 +203,7 @@ #define AXIS5_DRIVER_IRUN OFF // OFF, n, (mA.) Current tracking, appropriate for stepper/driver/etc. " Option #define AXIS5_DRIVER_POWER_DOWN OFF // OFF, ON Powers off the motor at stand-still. Option #define AXIS5_DRIVER_REVERSE OFF // OFF, ON Reverses movement direction, or reverse wiring instead to correct. Option -#define AXIS5_DRIVER_DC_MODE OFF // OFF, DRV8825 for pwm dc motor control on stepper driver outputs. Option +#define AXIS5_DRIVER_DC_MODE OFF // OFF, ON for pwm dc motor control on stepper driver outputs. Option #define AXIS5_LIMIT_MIN_RATE 50 // 50, n. Where n=1..1000 (um/s.) Minimum microns/second. In DC mode, min pwr. Adjust #define AXIS5_LIMIT_MIN 0 // 0, n. Where n=0..500 (millimeters.) Minimum allowed position. Adjust