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:
Diffstat (limited to 'src/Movement')
-rw-r--r--src/Movement/DDARing.cpp1
1 files changed, 1 insertions, 0 deletions
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