Skip to content
Snippets Groups Projects
Unverified Commit 3a16cb6d authored by Roxy-3D's avatar Roxy-3D Committed by GitHub
Browse files

Slightly Slower Max X Axis speed

On some T-Rex 2+ machines the previous max step rate could lose steps....
parent 814d93c7
Branches
Tags
No related merge requests found
...@@ -676,7 +676,7 @@ ...@@ -676,7 +676,7 @@
* Override with M203 * Override with M203
* X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]] * 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 * Default Max Acceleration (change/s) change = mm/s
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment