Skip to content

Commit

Permalink
Corrected typo, thanks Azwing
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed May 24, 2021
1 parent 5b5397d commit daf881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validate.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
#define AXIS3_STEP_RATE_MAX (1000.0/(AXIS3_SLEW_RATE_DESIRED*AXIS3_STEPS_PER_DEGREE))
#endif
#ifndef AXIS4_STEP_RATE_MAX
#if AXIS5_DRIVER_DC_MODE == ON
#if AXIS4_DRIVER_DC_MODE == ON
#define AXIS4_STEP_RATE_MAX (1000.0/(AXIS4_SLEW_RATE_DESIRED*10.0))
#else
#define AXIS4_STEP_RATE_MAX (1000.0/(AXIS4_SLEW_RATE_DESIRED*AXIS4_STEPS_PER_MICRON))
Expand Down

0 comments on commit daf881e

Please sign in to comment.