Browse Source

Fix servo delay in Folgertech config

Scott Lahteine 6 years ago
parent
commit
321f98f867
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h

+ 1
- 1
Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h View File

@@ -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…
Cancel
Save