Browse Source

Patch G0/G1 for NANODLP_Z_SYNC

Scott Lahteine 7 years ago
parent
commit
ab03a31cc9
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/gcode/motion/G0_G1.cpp

+ 4
- 0
Marlin/src/gcode/motion/G0_G1.cpp View File

31
 
31
 
32
 #include "../../sd/cardreader.h"
32
 #include "../../sd/cardreader.h"
33
 
33
 
34
+#if ENABLED(NANODLP_Z_SYNC)
35
+  #include "../../module/stepper.h"
36
+#endif
37
+
34
 extern float destination[XYZE];
38
 extern float destination[XYZE];
35
 
39
 
36
 #if ENABLED(NO_MOTION_BEFORE_HOMING)
40
 #if ENABLED(NO_MOTION_BEFORE_HOMING)

Loading…
Cancel
Save