[2.0.x] NANODLP_Z_SYNC requires linear axes (#10240)

2.0.x
Rob Power 7 years ago committed by Scott Lahteine
parent b287560258
commit d1f14202a9

@ -79,7 +79,7 @@ void GcodeSuite::G0_G1(
#if ENABLED(NANODLP_Z_SYNC)
#if ENABLED(NANODLP_ALL_AXIS)
#define _MOVE_SYNC true // For any move wait and output sync message
#define _MOVE_SYNC parser.seenval('X') || parser.seenval('Y') || parser.seenval('Z') // For any move wait and output sync message
#else
#define _MOVE_SYNC parser.seenval('Z') // Only for Z move
#endif

Loading…
Cancel
Save