|
@@ -374,8 +374,22 @@
|
374
|
374
|
// Enable this option for Toshiba steppers
|
375
|
375
|
//#define CONFIG_STEPPERS_TOSHIBA
|
376
|
376
|
|
|
377
|
+//===========================================================================
|
|
378
|
+//============================== Endstop Settings ===========================
|
|
379
|
+//===========================================================================
|
|
380
|
+
|
377
|
381
|
// @section homing
|
378
|
382
|
|
|
383
|
+// Specify here all the endstop connectors that are connected to any endstop or probe.
|
|
384
|
+// Almost all printers will be using one per axis. Probes will use one or more of the
|
|
385
|
+// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
|
|
386
|
+//#define USE_XMIN_PLUG
|
|
387
|
+//#define USE_YMIN_PLUG
|
|
388
|
+#define USE_ZMIN_PLUG // a Z probe
|
|
389
|
+#define USE_XMAX_PLUG
|
|
390
|
+#define USE_YMAX_PLUG
|
|
391
|
+#define USE_ZMAX_PLUG
|
|
392
|
+
|
379
|
393
|
// coarse Endstop Settings
|
380
|
394
|
//#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
|
381
|
395
|
|
|
@@ -398,8 +412,6 @@ const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
|
398
|
412
|
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
|
399
|
413
|
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
|
400
|
414
|
const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
|
401
|
|
-//#define DISABLE_MAX_ENDSTOPS
|
402
|
|
-//#define DISABLE_MIN_ENDSTOPS
|
403
|
415
|
|
404
|
416
|
//===========================================================================
|
405
|
417
|
//============================= Z Probe Options =============================
|