summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-02 14:20:41 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-12 05:30:15 (GMT)
commit07a57037464054da02a7e2528ad25a711137c6b1 (patch)
tree43067d28f511921e4ac1f611f1bc832ec30ff5df /src/eulogium.h
parent4819a5dab4ffc2cf3def96a9b2ea665687560d8f (diff)
downloadeulogium-07a57037464054da02a7e2528ad25a711137c6b1.zip
eulogium-07a57037464054da02a7e2528ad25a711137c6b1.tar.gz
eulogium-07a57037464054da02a7e2528ad25a711137c6b1.tar.bz2
[griffin.display] Add more states based on the dummy printer
The dummy printer is giving us more states and allows for more advanced screens (for now). Update the progress screen with more information Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index ca9c1b6..39acd0b 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -19,9 +19,13 @@ enum printer_status {
UNKNOWN,
DISCONNECTED,
ERROR,
- WAIT_FOR_REMOVAL,
+ FIRST_RUN_WIZZARD,
IDLE,
+ SLICING,
+ HEATING,
PRINTING,
+ COOLING,
+ WAIT_FOR_REMOVAL,
PAUSED,
};
@@ -29,9 +33,13 @@ char *griffin_print_status[] = {
"Unknown",
"Disconnected",
"Error",
- "Wait for Removal",
+ "First Run Wizard",
"IDLE",
+ "Slicing",
+ "Heating",
"Printing:",
+ "Cooling down",
+ "Wait for Removal",
"Paused",
};