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-05-06 20:27:54 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-05-06 20:27:54 +0300
commitf6cad91add606093b79336fe2c92ace7e0b2a492 (patch)
tree479c8eb5e67f48384feb37c02b26f037e10d809f /src/GCodes/GCodeBuffer/StringParser.cpp
parent462ff1348a91212ea206787dcea17207cbc22534 (diff)
Pass unhomed axes to rehome.g
Also refactored VariableSet to better hide the implementation
Diffstat (limited to 'src/GCodes/GCodeBuffer/StringParser.cpp')
-rw-r--r--src/GCodes/GCodeBuffer/StringParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodeBuffer/StringParser.cpp b/src/GCodes/GCodeBuffer/StringParser.cpp
index b977a804..abf822e5 100644
--- a/src/GCodes/GCodeBuffer/StringParser.cpp
+++ b/src/GCodes/GCodeBuffer/StringParser.cpp
@@ -1757,7 +1757,7 @@ void StringParser::SkipWhiteSpace() noexcept
}
}
-void StringParser::SetParameters(VariableSet& vs, int codeRunning) noexcept
+void StringParser::AddParameters(VariableSet& vs, int codeRunning) noexcept
{
parametersPresent.Iterate([this, &vs, codeRunning](unsigned int bit, unsigned int count)
{