Browse Source

Slightly Slower Max X Axis speed

On some T-Rex 2+ machines the previous max step rate could lose steps....
Roxy-3D 6 years ago
parent
commit
3a16cb6d7f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h

+ 1
- 1
Marlin/src/config/examples/Formbot/T_Rex_2+/Configuration.h View File

676
  * Override with M203
676
  * Override with M203
677
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
677
  *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4[, E5]]]]]
678
  */
678
  */
679
-#define DEFAULT_MAX_FEEDRATE          { 250, 100, 5, 25 }
679
+#define DEFAULT_MAX_FEEDRATE          { 200, 100, 5, 25 }
680
 
680
 
681
 /**
681
 /**
682
  * Default Max Acceleration (change/s) change = mm/s
682
  * Default Max Acceleration (change/s) change = mm/s

Loading…
Cancel
Save