소스 검색

Merge pull request #3552 from tnw513/fix_endstops_witbox

Endstop settings modified (witbox). Issue #3547
Scott Lahteine 8 년 전
부모
커밋
25b1556a94
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      Marlin/example_configurations/WITBOX/Configuration.h

+ 4
- 4
Marlin/example_configurations/WITBOX/Configuration.h 파일 보기

@@ -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…
취소
저장