summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
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 {