From 321f98f867552b23faf9f9a2ac07cdfa87010a18 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun, 27 Aug 2017 20:53:27 -0500
Subject: [PATCH] Fix servo delay in Folgertech config

---
 .../example_configurations/Folger Tech/i3-2020/Configuration.h  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h b/Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h
index 21d0b12fb7..28fe69fec3 100644
--- a/Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h	
+++ b/Marlin/example_configurations/Folger Tech/i3-2020/Configuration.h	
@@ -1616,7 +1616,7 @@
 // Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
 // 300ms is a good value but you can try less delay.
 // If the servo can't reach the requested position, increase it.
-#define SERVO_DELAY 500
+#define SERVO_DELAY { 500, 500 }
 
 // Servo deactivation
 //
-- 
GitLab