summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorjglauche <jglauche@tardis.(none)>2011-07-24 00:36:32 +0200
committerjglauche <jglauche@tardis.(none)>2011-07-24 00:36:32 +0200
commit726a0583a541bb021ae79d83fe92a206aa969910 (patch)
tree0b840269e796cd7c71fd6a0a3df60d72a50c4ba6 /Sprinter/Configuration.h
parent6731e67015772678813e40f55c49816e84da2394 (diff)
added uuid identification support
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: