Quellcode durchsuchen

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

Silvio Didonna vor 9 Jahren
Ursprung
Commit
91de69bb6e
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      Marlin/example_configurations/WITBOX/Configuration.h

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern