summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-11 12:39:03 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-11 12:39:03 (GMT)
commit7b6d9fe9b6e9ef8505ee89330dd5daf06d15ec7c (patch)
tree637debedb94231449617c3a1c4f3a0319adebbb1 /src/eulogium.h
parent74c40b7ff7fdd592104ad8b61fbe5b47efcbd48c (diff)
downloadeulogium-7b6d9fe9b6e9ef8505ee89330dd5daf06d15ec7c.zip
eulogium-7b6d9fe9b6e9ef8505ee89330dd5daf06d15ec7c.tar.gz
eulogium-7b6d9fe9b6e9ef8505ee89330dd5daf06d15ec7c.tar.bz2
[displayService] Query harmaService for file handlers
Harma is the only service that knows which file types are supported by the installed engine. With this patch harma is queried for the supported file handlers. Note. We cache the result and is valid for the lifetime of the displayService. To change this a signal could be added to harma to notify the users of a changed file handler support Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index cae6200..29c6aaf 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -44,6 +44,7 @@ char *griffin_print_status[] = {
struct printer_data {
enum printer_status status;
+ char **file_handlers;
uint_fast8_t hotend_count;
double *hotend_temp;
double *hotend_target_temp;