Browse Source
Slightly Slower Max X Axis speed
On some T-Rex 2+ machines the previous max step rate could lose steps....
pull/1/head
Roxy-3D
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|