From f8972a8a5b261652acf09013ab6a2bb5a6a4849e Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 6 Dec 2021 20:49:56 +0000 Subject: Increment seqs.move when movement queue length is updated --- src/Movement/DDARing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Movement') diff --git a/src/Movement/DDARing.cpp b/src/Movement/DDARing.cpp index c15b5809..c07a5530 100644 --- a/src/Movement/DDARing.cpp +++ b/src/Movement/DDARing.cpp @@ -159,6 +159,7 @@ GCodeResult DDARing::ConfigureMovementQueue(GCodeBuffer& gb, const StringRef& re // Allocate the extra DMs DriveMovement::InitialAllocate(numDMsWanted); // this will only create any extra ones wanted + reprap.MoveUpdated(); } } else -- cgit v1.2.3