mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-24 07:06:30 +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...]]
|
||||
*
|
||||
* 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
|
||||
* realistic maximum for your printer.
|
||||
* significant impact on RAM usage, and you should reduce these to a
|
||||
* realistic maximum for your printer to reduce firmware RAM usage.
|
||||
*/
|
||||
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue