Merge pull request #6947 from Bob-the-Kuhn/allow-GCODE_DEBUG-when-UBL-enabled

Allow DEBUG_GCODE_PARSER when UBL is enabled
This commit is contained in:
Bob-the-Kuhn 2017-06-03 13:34:46 -05:00 committed by GitHub
commit 862def2ef4

View File

@ -35,6 +35,10 @@
#include "MarlinConfig.h"
#ifdef DEBUG_GCODE_PARSER
#include "gcode.h"
#endif
#include "enum.h"
#include "types.h"
#include "fastio.h"