General code/bitmaps cleanup
This commit is contained in:
parent
da9748fb21
commit
172ea8c71c
5 changed files with 120 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue