0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 10:46:18 +00:00

Improve comments on DEFAULT_MAX_FEEDRATE ...

... to reflect impact of XY values on INPUT_SHAPING ram usage.
This commit is contained in:
Sophist 2024-03-15 15:31:30 +00:00
parent 9a1c993719
commit 016f2f6050

View file

@ -1247,6 +1247,10 @@
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
* Override with M203
* 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.
*/
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 }