Skip to content

Commit 4b01c90

Browse files
authored
📝 Fix M201 typos (#26854)
1 parent c1be36b commit 4b01c90

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
@@ -1270,11 +1270,11 @@
12701270
* XY Frequency limit
12711271
* Reduce resonance by limiting the frequency of small zigzag infill moves.
12721272
* See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
1273-
* Use M201 F<freq> G<min%> to change limits at runtime.
1273+
* Use M201 F<freq> S<min%> to change limits at runtime.
12741274
*/
12751275
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
12761276
#ifdef XY_FREQUENCY_LIMIT
1277-
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 G<min%>.
1277+
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 S<min%>.
12781278
#endif
12791279

12801280
//

0 commit comments

Comments
 (0)