Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-12-06 23:51:16 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-12-06 23:51:16 +0300
commitcc12d7eb9d2db88b9139ae64c68656ef220c0fd1 (patch)
tree88126670a28669b853be7b5a553eacbd0c8c692f
parentf8972a8a5b261652acf09013ab6a2bb5a6a4849e (diff)
Correction to previous commit for handling grace period changes
-rw-r--r--src/Movement/DDARing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Movement/DDARing.cpp b/src/Movement/DDARing.cpp
index c07a5530..df20b658 100644
--- a/src/Movement/DDARing.cpp
+++ b/src/Movement/DDARing.cpp
@@ -159,8 +159,8 @@ 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();
}
+ reprap.MoveUpdated();
}
else
{