summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 5d64c7b..bbc2cfe 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -98,6 +98,12 @@ long max_acceleration_units_per_sq_second[] = {1000,1000,50,10000}; // X, Y, Z a
long max_travel_acceleration_units_per_sq_second[] = {500,500,50,500}; // X, Y, Z max acceleration in mm/s^2 for travel moves
#endif
+// Machine UUID
+// This may be useful if you have multiple machines and wish to identify them by using the M115 command.
+// By default we set it to zeros.
+char uuid[] = "00000000-0000-0000-0000-000000000000";
+
+
//// AD595 THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!!
//// PID settings: