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/GCodes/GCodes4.cpp')
-rw-r--r--src/GCodes/GCodes4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodes4.cpp b/src/GCodes/GCodes4.cpp
index 05f3146e..3d7c6c08 100644
--- a/src/GCodes/GCodes4.cpp
+++ b/src/GCodes/GCodes4.cpp
@@ -1305,7 +1305,7 @@ void GCodes::RunStateMachine(GCodeBuffer& gb, const StringRef& reply) noexcept
moveState.reduceAcceleration = true;
straightProbeSettings.SetCoordsToTarget(moveState.coords);
moveState.feedRate = zp->GetProbingSpeed(0);
- moveState.linearAxesMentioned = moveState.rotationalAxesmentioned = true;
+ moveState.linearAxesMentioned = moveState.rotationalAxesMentioned = true;
NewSingleSegmentMoveAvailable();
gb.AdvanceState();
}