Browse Source

M218 with DELTA needs planner.h

Fix #10232
pull/1/head
Scott Lahteine 6 years ago
parent
commit
38378cd0e8
  1. 4
      Marlin/src/gcode/config/M218.cpp

4
Marlin/src/gcode/config/M218.cpp

@ -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)
*

Loading…
Cancel
Save