Browse Source

Patch G0/G1 for NANODLP_Z_SYNC

pull/1/head
Scott Lahteine 7 years ago
parent
commit
ab03a31cc9
  1. 4
      Marlin/src/gcode/motion/G0_G1.cpp

4
Marlin/src/gcode/motion/G0_G1.cpp

@ -31,6 +31,10 @@
#include "../../sd/cardreader.h"
#if ENABLED(NANODLP_Z_SYNC)
#include "../../module/stepper.h"
#endif
extern float destination[XYZE];
#if ENABLED(NO_MOTION_BEFORE_HOMING)

Loading…
Cancel
Save