Browse Source

Endstop settings modified. Witbox have max endstops for X and Y.

Silvio Didonna 8 years ago
parent
commit
91de69bb6e
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/example_configurations/WITBOX/Configuration.h

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -347,11 +347,11 @@
347 347
 // Specify here all the endstop connectors that are connected to any endstop or probe.
348 348
 // Almost all printers will be using one per axis. Probes will use one or more of the
349 349
 // extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
350
-#define USE_XMIN_PLUG
351
-#define USE_YMIN_PLUG
350
+//#define USE_XMIN_PLUG
351
+//#define USE_YMIN_PLUG
352 352
 #define USE_ZMIN_PLUG
353
-//#define USE_XMAX_PLUG
354
-//#define USE_YMAX_PLUG
353
+#define USE_XMAX_PLUG
354
+#define USE_YMAX_PLUG
355 355
 //#define USE_ZMAX_PLUG
356 356
 
357 357
 // coarse Endstop Settings

Loading…
Cancel
Save