Move some includes around to uncover missing deps

This commit is contained in:
Scott Lahteine
2016-08-02 19:36:58 -07:00
parent cebeb48005
commit b73203a0b7
11 changed files with 21 additions and 12 deletions

View File

@@ -215,7 +215,6 @@ void manage_inactivity(bool ignore_stepper_queue = false);
/**
* The axis order in all axis related arrays is X, Y, Z, E
*/
#define NUM_AXIS 4
#define _AXIS(AXIS) AXIS ##_AXIS
void enable_all_steppers();