M218 with DELTA needs planner.h

Fix #10232
This commit is contained in:
Scott Lahteine 2018-03-28 14:31:08 -05:00
parent 3007eee22e
commit 38378cd0e8

View file

@ -27,6 +27,10 @@
#include "../gcode.h"
#include "../../module/motion.h"
#if ENABLED(DELTA)
#include "../../module/planner.h"
#endif
/**
* M218 - set hotend offset (in linear units)
*