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-21 16:09:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-04-21 16:09:13 +0300
commit939e01a9803aeb1e20b5f25092e220b26a4ae4ce (patch)
tree571822033b0876fd9379280d63de276bf130cffb /src/GCodes/GCodes.h
parentc8e45e6e6f4dd7b89540f627e8a9157d8cd8d8dd (diff)
Increased pause before re-looking for daaemon.g from 1 to 10 secs
Diffstat (limited to 'src/GCodes/GCodes.h')
-rw-r--r--src/GCodes/GCodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GCodes/GCodes.h b/src/GCodes/GCodes.h
index d6c43a49..dd714ab0 100644
--- a/src/GCodes/GCodes.h
+++ b/src/GCodes/GCodes.h
@@ -701,6 +701,7 @@ private:
bool cancelWait; // Set true to cancel waiting
bool displayNoToolWarning; // True if we need to display a 'no tool selected' warning
bool m501SeenInConfigFile; // true if M501 was executed form config.g
+ bool daemonRunning;
char filamentToLoad[FilamentNameLength]; // Name of the filament being loaded
static constexpr const float MinServoPulseWidth = 544.0, MaxServoPulseWidth = 2400.0;