Browse Source

Merge pull request #3552 from tnw513/fix_endstops_witbox

Endstop settings modified (witbox). Issue #3547
Scott Lahteine 8 years ago
parent
commit
25b1556a94
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

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

Loading…
Cancel
Save