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>2018-11-17 16:35:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-11-17 16:35:29 +0300
commit6290dfb0b4166e3a915596b2a23c859d37529da9 (patch)
treef4d74c3019fa056d12a06105ba514504772f411a /src/Display/Menu.h
parent86a555acf94e8988c0d743b1781da350ff5a57e4 (diff)
More changes for 2.02RC4
Fixed items 79, 179 and 279 on 12864 display Fixed 12864 display error timeout Changed I2C calls to suit rewritten I2C driver Use an interrupt to track changes to DueX5 endstop input status Idle task is now included in task list Filament consumed in tool change macros and filament loading is no longer included in filament usage count, for better print time estimation :ookahead error check now allows for rounding error to avoid spurious reports
Diffstat (limited to 'src/Display/Menu.h')
-rw-r--r--src/Display/Menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Display/Menu.h b/src/Display/Menu.h
index f755f379..4325fea4 100644
--- a/src/Display/Menu.h
+++ b/src/Display/Menu.h
@@ -62,6 +62,7 @@ private:
size_t numNestedMenus;
bool itemIsSelected;
bool displayingFixedMenu;
+ bool displayingErrorMessage;
// Variables used while parsing
size_t commandBufferIndex;