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:
authorDavid Crocker <dcrocker@eschertech.com>2020-03-12 14:48:12 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-03-12 14:48:12 +0300
commit612e67222fc02ed3e83f3618428804bd2ca99a89 (patch)
tree3fd943b16d15435e0d216e9fb09ad999646a3932 /src/GCodes/GCodeMachineState.h
parent7536d8c05b877af5ea7f846b71f7cd47888b2935 (diff)
Added object model property state.nextTool
Also moved newToolNumber and toolChangeParam from MachineState to GCodes because it doesn't need to be stored per input channel
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 12d52564..6bde095a 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -176,7 +176,6 @@ public:
uint32_t lineNumber;
Compatibility compatibility;
- int16_t newToolNumber;
uint16_t
drivesRelative : 1,
axesRelative : 1,
@@ -198,7 +197,6 @@ public:
uint8_t blockNesting;
GCodeState state;
- uint8_t toolChangeParam;
bool DoingFile() const noexcept;
void CloseFile() noexcept;