UBL devel debugging flag

This commit is contained in:
Scott Lahteine 2017-12-09 03:58:12 -06:00
parent 4f042533a5
commit a20eacaa48
7 changed files with 67 additions and 62 deletions

View file

@ -223,7 +223,7 @@ extern volatile bool wait_for_heatup;
extern volatile bool wait_for_user;
#endif
extern float current_position[NUM_AXIS];
extern float current_position[XYZE], destination[XYZE];
// Workspace offsets
#if HAS_WORKSPACE_OFFSET