Simplify stepper driver per-axis selection
This commit is contained in:
parent
e5c0b490c8
commit
fbcdf5eaeb
26 changed files with 744 additions and 837 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue