From 726a0583a541bb021ae79d83fe92a206aa969910 Mon Sep 17 00:00:00 2001 From: jglauche Date: Sun, 24 Jul 2011 00:36:32 +0200 Subject: added uuid identification support --- Sprinter/Configuration.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Sprinter/Configuration.h') 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: -- cgit v1.2.1