make an option if sd-card stop should release the steppers.

This commit is contained in:
Bernhard
2011-11-26 11:51:38 +01:00
parent 4d6a5c29df
commit 6d6f323535
4 changed files with 15 additions and 2 deletions

View File

@ -281,6 +281,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
//LCD and SD support
//#define ULTRA_LCD //general lcd support, also 16x2
//#define SDSUPPORT // Enable SD Card Support in Hardware Console
#define SD_FINISHED_STEPPERRELEASE true //if sd support and the file is finished: disable steppers?
//#define ULTIPANEL
#ifdef ULTIPANEL