소스 검색

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

Loading…
취소
저장