From 3a16cb6d7ff9f98594947f4d06c6120f9fecb4e3 Mon Sep 17 00:00:00 2001
From: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Fri, 28 Dec 2018 09:14:48 -0600
Subject: [PATCH] Slightly Slower Max X Axis speed

On some T-Rex 2+ machines the previous max step rate could lose steps....
---
 Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h b/Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h
index 8f0dd3c752..b8e603d966 100644
--- a/Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h
+++ b/Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h
@@ -676,7 +676,7 @@
  * Override with M203
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
  */
-#define DEFAULT_MAX_FEEDRATE          { 250, 100, 5, 25 }
+#define DEFAULT_MAX_FEEDRATE          { 200, 100, 5, 25 }
 
 /**
  * Default Max Acceleration (change/s) change = mm/s
-- 
GitLab