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>2020-09-15 02:17:31 +0300
committerChristian Hammacher <bmasterc@gmail.com>2020-09-15 02:17:31 +0300
commit73407c40099581fdd08127798407f2971ad8882f (patch)
tree6f3e6024802f3b97de652a191ae29b003597d40a /src/GCodes/GCodeMachineState.h
parente912e620210deb8a8fed346add513e1e2b161037 (diff)
Bug fixes for PanelDue in SBC mode
Bug fix: M291 S3/4 could block the whole Aux channel in SBC mode Bug fix: When prompts were cancelled, no event was sent back to the SBC
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 9a1fc4b0..625abc61 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -218,7 +218,6 @@ public:
#if HAS_LINUX_INTERFACE
void SetFileExecuting() noexcept;
- void SetFileFinished(bool error) noexcept;
#endif
bool UsingMachineCoordinates() const noexcept { return g53Active || runningSystemMacro; }