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:
authorChristian Hammacher <bmasterc@gmail.com>2021-10-04 23:12:23 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-10-04 23:12:23 +0300
commit82934c253fb8b3578620b19fe047683f41734521 (patch)
treed585600f8c740ec7cc118febfe2524449f712ec2 /src/GCodes/GCodes.h
parent1cbc804408f7efb198c388dd8d5af1d08c8fbf20 (diff)
Work towards v3.4-b5
RRF writes config-override.g in SBC mode Bug fix: Invalid file position could be sent to DSF on pause
Diffstat (limited to 'src/GCodes/GCodes.h')
-rw-r--r--src/GCodes/GCodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index 21796b31..7b720ba6 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -133,7 +133,8 @@ public:
bool GetMacroRestarted() const noexcept; // Return true if the macro being executed by fileGCode was restarted
bool WaitingForAcknowledgement() const noexcept; // Is an input waiting for a message to be acknowledged?
- FilePosition GetPrintingFilePosition() const noexcept; // Return the current position of the file being printed in bytes
+ FilePosition GetFilePosition() const noexcept; // Return the current position of the file being printed in bytes
+ FilePosition GetPrintingFilePosition() const noexcept; // Return a valid position of the file being printed in bytes
void Diagnostics(MessageType mtype) noexcept; // Send helpful information out
bool RunConfigFile(const char* fileName) noexcept; // Start running the config file