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/Move.cpp')
-rw-r--r--src/Movement/Move.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Movement/Move.cpp b/src/Movement/Move.cpp
index cceaf23e..93486ac4 100644
--- a/src/Movement/Move.cpp
+++ b/src/Movement/Move.cpp
@@ -1088,6 +1088,8 @@ GCodeResult Move::ConfigurePressureAdvance(GCodeBuffer& gb, const StringRef& rep
}
}
+ reprap.MoveUpdated();
+
#if SUPPORT_CAN_EXPANSION
return max(rslt, CanInterface::SetRemotePressureAdvance(canDriversToUpdate, reply));
#else