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-25 00:14:30 +0300
committerChristian Hammacher <bmasterc@gmail.com>2020-09-25 00:14:30 +0300
commit37629b8574adddad99aa1395c2534b05ea4786af (patch)
tree3cd3e99fd2805dee4fc587c5d533d781d8c2a5ac /src/GCodes/GCodeMachineState.h
parenta333a4768eebd64bc7621a1b226baa40b4a9966b (diff)
Moved Linux subsystem to its own task
First tests on a Duet 3 v0.6 are looking good. However, the heightmap access is NOT thread-safe yet. Fixed some codes being incorrectly sent from RRF to DSF.
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 625abc61..9c95fc4f 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -104,8 +104,6 @@ enum class GCodeState : uint8_t
#endif
#if HAS_LINUX_INTERFACE
- doingUnsupportedCode,
- doingUserMacro,
waitingForAcknowledgement,
#endif