Browse Source

Patch SCARA config to match 1.1.x

Scott Lahteine 7 years ago
parent
commit
c7ec6c68e7
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      Marlin/src/config/examples/SCARA/Configuration.h

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

@@ -522,23 +522,23 @@
522 522
 // Specify here all the endstop connectors that are connected to any endstop or probe.
523 523
 // Almost all printers will be using one per axis. Probes will use one or more of the
524 524
 // extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
525
-#define USE_XMIN_PLUG
526
-#define USE_YMIN_PLUG
525
+//#define USE_XMIN_PLUG
526
+//#define USE_YMIN_PLUG
527 527
 #define USE_ZMIN_PLUG
528
-//#define USE_XMAX_PLUG
529
-//#define USE_YMAX_PLUG
528
+#define USE_XMAX_PLUG
529
+#define USE_YMAX_PLUG
530 530
 //#define USE_ZMAX_PLUG
531 531
 
532 532
 // Enable pullup for all endstops to prevent a floating state
533 533
 //#define ENDSTOPPULLUPS
534 534
 #if DISABLED(ENDSTOPPULLUPS)
535 535
   // Disable ENDSTOPPULLUPS to set pullups individually
536
-  //#define ENDSTOPPULLUP_XMAX
537
-  //#define ENDSTOPPULLUP_YMAX
538
-  #define ENDSTOPPULLUP_ZMAX  // open pin, inverted
539
-  #define ENDSTOPPULLUP_XMIN  // open pin, inverted
540
-  #define ENDSTOPPULLUP_YMIN  // open pin, inverted
541
-  //#define ENDSTOPPULLUP_ZMIN
536
+  #define ENDSTOPPULLUP_XMAX
537
+  #define ENDSTOPPULLUP_YMAX
538
+  //#define ENDSTOPPULLUP_ZMAX  // open pin, inverted
539
+  //#define ENDSTOPPULLUP_XMIN  // open pin, inverted
540
+  //#define ENDSTOPPULLUP_YMIN  // open pin, inverted
541
+  #define ENDSTOPPULLUP_ZMIN
542 542
   //#define ENDSTOPPULLUP_ZMIN_PROBE
543 543
 #endif
544 544
 

Loading…
Cancel
Save