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