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-09-21 14:49:09 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-09-21 14:49:09 +0300
commit2af2bdbbd1027dc332a2d4fd0c963666174b0582 (patch)
tree09ed176757bb8cdff5f25a4dda7ad9fe342ac6ee /src/GCodes/GCodes.h
parent0891cdfa5ff3101be6f957a8436e8398fd50633d (diff)
SBC-related work towards 3.4-b4
Added support for pausable macro files Removed spurious warning message Hopefully resolved occasional CRC32 errors
Diffstat (limited to 'src/GCodes/GCodes.h')
-rw-r--r--src/GCodes/GCodes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index 051fa2fc..dd3144a7 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -552,9 +552,6 @@ private:
MachineType machineType; // whether FFF, laser or CNC
bool active; // Live and running?
-#if HAS_LINUX_INTERFACE
- FilePosition lastFilePosition; // Last known file position
-#endif
FilePosition printFilePositionAtMacroStart;
const char *deferredPauseCommandPending;
PauseState pauseState; // whether the machine is running normally or is pausing, paused or resuming