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:
authorDavid Crocker <dcrocker@eschertech.com>2021-11-05 20:06:11 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-05 20:06:11 +0300
commit1f321daa110758c682456d7086493729158e9268 (patch)
tree0895741a4c03612d9af246d2940daf8aa8530814 /src/GCodes/GCodes2.cpp
parent1bf0bdda509bb2c43822546ae3ef659c9cd18bb0 (diff)
Fixes for G68
Diffstat (limited to 'src/GCodes/GCodes2.cpp')
-rw-r--r--src/GCodes/GCodes2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodes2.cpp b/src/GCodes/GCodes2.cpp
index 4b666fb9..4755bc61 100644
--- a/src/GCodes/GCodes2.cpp
+++ b/src/GCodes/GCodes2.cpp
@@ -436,7 +436,7 @@ bool GCodes::HandleGcode(GCodeBuffer& gb, const StringRef& reply) THROWS(GCodeEx
break;
case 92: // Set position
- result = SetPositions(gb);
+ result = SetPositions(gb, reply);
break;
default: