From 6c1cd2de6156cc48b6942a00a49afd2eb4bc27da Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Sat, 26 Sep 2020 17:56:37 +0200 Subject: More improvements for SBC mode RRF now keeps track of the binary GB states per stack level Removed "FinishBinaryMode" work-arounds from a few places Bug fix: When executing config.g the macro mutex is awaited forever in SBC mode --- src/GCodes/GCodeMachineState.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/GCodes/GCodeMachineState.h') diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h index 9c95fc4f..2a11e0d0 100644 --- a/src/GCodes/GCodeMachineState.h +++ b/src/GCodes/GCodeMachineState.h @@ -185,10 +185,12 @@ public: uint32_t lineNumber; Compatibility compatibility; - uint16_t + uint32_t drivesRelative : 1, axesRelative : 1, #if HAS_LINUX_INTERFACE + lastCodeFromSbc : 1, + isMacroFromCode : 1, isFileFinished : 1, fileError: 1, #endif -- cgit v1.2.3