Procházet zdrojové kódy

Merge pull request #3552 from tnw513/fix_endstops_witbox

Endstop settings modified (witbox). Issue #3547
Scott Lahteine před 8 roky
rodič
revize
25b1556a94

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h Zobrazit soubor

@@ -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…
Zrušit
Uložit