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:
-rw-r--r--src/GCodes/GCodes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GCodes/GCodes.cpp b/src/GCodes/GCodes.cpp
index e497082c..0acee9af 100644
--- a/src/GCodes/GCodes.cpp
+++ b/src/GCodes/GCodes.cpp
@@ -800,6 +800,7 @@ void GCodes::EndSimulation(GCodeBuffer *gb) noexcept
ToolOffsetTransform(moveState.currentUserPosition, moveState.coords);
reprap.GetMove().SetNewPosition(moveState.coords, true);
axesVirtuallyHomed = axesHomed;
+ reprap.MoveUpdated();
}
// Check for and execute triggers