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>2021-04-12 18:52:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-04-12 18:52:05 +0300
commit5f102e898c1664a81f30ed749638c7d394e0cc3d (patch)
tree0a08f5e827679349a8a126a85815a848a5a65003 /src/GCodes/GCodes.h
parentaf5485032cbf0ceb2352076b2cbf5b7098f1fe2a (diff)
Support P0 parameter on M24, M25 and M226
Diffstat (limited to 'src/GCodes/GCodes.h')
-rw-r--r--src/GCodes/GCodes.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index 5133e2dd..8e02b674 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -65,9 +65,6 @@ enum class PauseReason
#if HAS_SMART_DRIVERS
stall, // motor stall detected
#endif
-#if HAS_VOLTAGE_MONITOR
- lowVoltage // VIN voltage dropped below configured minimum
-#endif
};
// Keep this in sync with PrintStopReason in Linux/MessageFormats.h
@@ -548,9 +545,8 @@ private:
#if HAS_LINUX_INTERFACE
FilePosition lastFilePosition; // Last known file position
#endif
+ const char *deferredPauseCommandPending;
PauseState pauseState; // whether the machine is running normally or is pausing, paused or resuming
- bool pausePending; // true if we have been asked to pause but we are running a macro
- bool filamentChangePausePending; // true if we have been asked to pause for a filament change but we are running a macro
bool runningConfigFile; // We are running config.g during the startup process
bool doingToolChange; // We are running tool change macros