summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 10:18:15 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 10:18:15 (GMT)
commit22d47c405d69ca7ebd2c557687978ab9d8083c2b (patch)
tree09ca976156dcc621049adacab87b9211d9143c07 /src/eulogium.h
parent38b53447e62aea577c750d974fea1318307c6b62 (diff)
downloadeulogium-22d47c405d69ca7ebd2c557687978ab9d8083c2b.zip
eulogium-22d47c405d69ca7ebd2c557687978ab9d8083c2b.tar.gz
eulogium-22d47c405d69ca7ebd2c557687978ab9d8083c2b.tar.bz2
Convert all floats to doubles
Griffin supplies us with doubles, so use those rather then floats Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 6cf57f6..833e712 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -45,20 +45,20 @@ char *griffin_print_status[] = {
struct printer_data {
enum printer_status status;
uint_fast8_t hotend_count;
- float *hotend_temp;
- float *hotend_target_temp;
- float bed_temp;
- float bed_target_temp;
+ double *hotend_temp;
+ double *hotend_target_temp;
+ double bed_temp;
+ double bed_target_temp;
};
struct print_data {
uint_fast32_t time;
- float progress;
+ double progress;
char *file;
char *name;
char *flags;
enum file_type type;
- float material;
+ double material;
};
enum proxy_idx {