浏览代码

Enable USE_ZMIN_PLUG on SCARA example (#9126)

Dave Johnson 7 年前
父节点
当前提交
2db666e99a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/config/examples/SCARA/Configuration.h

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration.h 查看文件

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

正在加载...
取消
保存