浏览代码

Make Y_DUAL_STEPPER_DRIVERS disabled by default

Richard Miles 11 年前
父节点
当前提交
77df2ab0e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

@@ -153,7 +153,7 @@
153 153
 #endif
154 154
 
155 155
 // Same again but for Y Axis.
156
-#define Y_DUAL_STEPPER_DRIVERS
156
+//#define Y_DUAL_STEPPER_DRIVERS
157 157
 
158 158
 // Define if the two Y drives need to rotate in opposite directions
159 159
 #define INVERT_Y2_VS_Y_DIR true

正在加载...
取消
保存