1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-22 18:25:18 +00:00

Address review comment from @bmourit

This commit is contained in:
Sophist 2024-04-14 21:49:23 +01:00
parent 016f2f6050
commit 6eaa9f2aaf

View File

@ -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 }