General code/bitmaps cleanup

This commit is contained in:
Scott Lahteine 2017-12-03 03:48:08 -06:00
parent da9748fb21
commit 172ea8c71c
5 changed files with 120 additions and 34 deletions

View file

@ -89,7 +89,7 @@
#define CORE_AXIS_1 B_AXIS
#define CORE_AXIS_2 C_AXIS
#endif
#if (ENABLED(COREYX) || ENABLED(COREZX) || ENABLED(COREZY))
#if ENABLED(COREYX) || ENABLED(COREZX) || ENABLED(COREZY)
#define CORESIGN(n) (-(n))
#else
#define CORESIGN(n) (n)