Skip to content

Commit 0499048

Browse files
Sophist-UKEvilGremlin
authored andcommitted
📝 Fix M201 typos (MarlinFirmware#26854)
1 parent 55ec17d commit 0499048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,11 +1276,11 @@
12761276
* XY Frequency limit
12771277
* Reduce resonance by limiting the frequency of small zigzag infill moves.
12781278
* See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
1279-
* Use M201 F<freq> G<min%> to change limits at runtime.
1279+
* Use M201 F<freq> S<min%> to change limits at runtime.
12801280
*/
12811281
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
12821282
#ifdef XY_FREQUENCY_LIMIT
1283-
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 G<min%>.
1283+
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 S<min%>.
12841284
#endif
12851285

12861286
//

0 commit comments

Comments
 (0)