Explorar el Código

Fix servo delay in Folgertech config

Scott Lahteine hace 7 años
padre
commit
321f98f867

+ 1
- 1
Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h Ver fichero

@@ -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…
Cancelar
Guardar