diff options
author | Nathan Zadoks <nathan@nathan7.eu> | 2011-12-04 13:03:20 +0100 |
---|---|---|
committer | Nathan Zadoks <nathan@nathan7.eu> | 2011-12-04 13:03:20 +0100 |
commit | f201ccb55b9d518c728d5c8aaa0cf3206b69801f (patch) | |
tree | ac8ef04bf67d614232d78a30851747a738dffedd /Sprinter/Configuration.h | |
parent | 67199da50919088a67d0218103be6244f8cbb9d7 (diff) |
Added an option to make init.g on SD run on boot.
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |