mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
📝 Fix M201 typos (#26854)
This commit is contained in:
parent
2378a7f257
commit
11ea940b3b
1 changed files with 2 additions and 2 deletions
|
@ -1152,11 +1152,11 @@
|
||||||
* XY Frequency limit
|
* XY Frequency limit
|
||||||
* Reduce resonance by limiting the frequency of small zigzag infill moves.
|
* Reduce resonance by limiting the frequency of small zigzag infill moves.
|
||||||
* See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
|
* See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
|
||||||
* Use M201 F<freq> G<min%> to change limits at runtime.
|
* Use M201 F<freq> S<min%> to change limits at runtime.
|
||||||
*/
|
*/
|
||||||
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
|
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
|
||||||
#ifdef XY_FREQUENCY_LIMIT
|
#ifdef XY_FREQUENCY_LIMIT
|
||||||
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 G<min%>.
|
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 S<min%>.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
|
|
Loading…
Reference in a new issue