From cc12d7eb9d2db88b9139ae64c68656ef220c0fd1 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 6 Dec 2021 20:51:16 +0000 Subject: Correction to previous commit for handling grace period changes --- src/Movement/DDARing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Movement') 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 { -- cgit v1.2.3