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:
parent
9a1c993719
commit
016f2f6050
1 changed files with 4 additions and 0 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue