Simplify stepper driver per-axis selection

This commit is contained in:
teemuatlut
2018-07-14 14:13:06 +03:00
committed by Scott Lahteine
parent e5c0b490c8
commit fbcdf5eaeb
26 changed files with 744 additions and 837 deletions

View File

@@ -20,8 +20,8 @@
*
*/
#ifndef MACROS_H
#define MACROS_H
#ifndef _CORE_MACROS_H_
#define _CORE_MACROS_H_
#define NUM_AXIS 4
#define ABCE 4
@@ -270,4 +270,4 @@
#define FMOD(x, y) fmodf(x, y)
#define HYPOT(x,y) SQRT(HYPOT2(x,y))
#endif //__MACROS_H
#endif // _CORE_MACROS_H_