Browse Source

Enable USE_ZMIN_PLUG on SCARA example (#9126)

Dave Johnson 7 years ago
parent
commit
2db666e99a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/config/examples/SCARA/Configuration.h

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -484,10 +484,10 @@
484 484
 // extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
485 485
 #define USE_XMIN_PLUG
486 486
 #define USE_YMIN_PLUG
487
-//#define USE_ZMIN_PLUG
487
+#define USE_ZMIN_PLUG
488 488
 //#define USE_XMAX_PLUG
489 489
 //#define USE_YMAX_PLUG
490
-#define USE_ZMAX_PLUG
490
+//#define USE_ZMAX_PLUG
491 491
 
492 492
 // coarse Endstop Settings
493 493
 //#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

Loading…
Cancel
Save