浏览代码

Fix servo delay in Folgertech config

Scott Lahteine 7 年前
父节点
当前提交
321f98f867
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h

+ 1
- 1
Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h 查看文件

@@ -1616,7 +1616,7 @@
1616 1616
 // Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
1617 1617
 // 300ms is a good value but you can try less delay.
1618 1618
 // If the servo can't reach the requested position, increase it.
1619
-#define SERVO_DELAY 500
1619
+#define SERVO_DELAY { 500, 500 }
1620 1620
 
1621 1621
 // Servo deactivation
1622 1622
 //

正在加载...
取消
保存