V2 Extended NanoDLP_Z_Move_Sync to G4 & G28,Added all axis option.
This commit is contained in:
@@ -34,6 +34,9 @@ void GcodeSuite::G4() {
|
||||
if (parser.seenval('S')) dwell_ms = parser.value_millis_from_seconds(); // seconds to wait
|
||||
|
||||
stepper.synchronize();
|
||||
#if ENABLED(NANODLP_Z_SYNC)
|
||||
SERIAL_ECHOLNPGM(MSG_Z_MOVE_COMP);
|
||||
#endif
|
||||
|
||||
if (!lcd_hasstatus()) LCD_MESSAGEPGM(MSG_DWELL);
|
||||
|
||||
|
Reference in New Issue
Block a user