summaryrefslogtreecommitdiffstats
path: root/src/print_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print_data.h')
-rw-r--r--src/print_data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/print_data.h b/src/print_data.h
index 5d901f3..b51252a 100644
--- a/src/print_data.h
+++ b/src/print_data.h
@@ -35,6 +35,11 @@ struct print_data { /* XXX progress data or the like, strip non-progress data */
enum procedure_key proc_key;
};
+struct extrusion_train_data {
+ uint_fast8_t id;
+ double temperature;
+};
+
enum printer_status {
UNKNOWN,
DISCONNECTED,