From f201ccb55b9d518c728d5c8aaa0cf3206b69801f Mon Sep 17 00:00:00 2001 From: Nathan Zadoks Date: Sun, 4 Dec 2011 13:03:20 +0100 Subject: Added an option to make init.g on SD run on boot. --- Sprinter/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index df52a08..d594094 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -49,6 +49,8 @@ const bool Z_ENDSTOP_INVERT = false; // Comment out (using // at the start of the line) to disable SD support: #define SDSUPPORT +// Uncomment to make Sprinter run init.g from SD on boot +//#define SDINITFILE //// ADVANCED SETTINGS - to tweak parameters -- cgit v1.2.1