mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Address review comment from @bmourit
This commit is contained in:
parent
016f2f6050
commit
6eaa9f2aaf
1 changed files with 2 additions and 2 deletions
|
@ -1249,8 +1249,8 @@
|
||||||
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
|
||||||
*
|
*
|
||||||
* Note: If you are using INPUT_SHAPING, these XY values have a very
|
* Note: If you are using INPUT_SHAPING, these XY values have a very
|
||||||
* significant impact on RAM usage, and you should set these to a
|
* significant impact on RAM usage, and you should reduce these to a
|
||||||
* realistic maximum for your printer.
|
* realistic maximum for your printer to reduce firmware RAM usage.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 }
|
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue