Add M211: Enable/Disable Software Endstops

This commit is contained in:
Scott Lahteine
2016-08-20 20:07:42 -05:00
parent a1f6cf1e5d
commit 280534c06f
4 changed files with 84 additions and 33 deletions

View File

@ -24,6 +24,9 @@
#define MACROS_H
#define NUM_AXIS 4
#define XYZE 4
#define ABC 3
#define XYZ 3
#define FORCE_INLINE __attribute__((always_inline)) inline