From 07d6b8078ae0c3ac9fe43a3da2717ed7c20fe69d Mon Sep 17 00:00:00 2001 From: David Crocker Date: Tue, 16 Aug 2022 17:37:52 +0100 Subject: Correction to previous commit --- src/GCodes/GCodes4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3