|
|
|
@ -148,6 +148,12 @@
|
|
|
|
|
|
|
|
|
|
const int dropsegments=5; //everything with less than this number of steps will be ignored as move and joined with the next movement
|
|
|
|
|
|
|
|
|
|
// If you are using a RAMPS board or cheap E-bay purchased boards that do not detect when an SD card is inserted
|
|
|
|
|
// You can get round this by connecting a push button or single throw switch to the pin defined as SDCARDCARDDETECT
|
|
|
|
|
// in the pins.h file. When using a push button pulling the pin to ground this will need inverted. This setting should
|
|
|
|
|
// be commented out otherwise
|
|
|
|
|
//#define SDCARDDETECTINVERTED
|
|
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
|
//=============================Buffers ============================
|
|
|
|
|
//===========================================================================
|
|
|
|
|