Skip to content

Commit 11ea940

Browse files
Sophist-UKthinkyhead
authored andcommitted
📝 Fix M201 typos (MarlinFirmware#26854)
1 parent 2378a7f commit 11ea940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/Configuration_adv.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1152,11 +1152,11 @@
11521152
* XY Frequency limit
11531153
* Reduce resonance by limiting the frequency of small zigzag infill moves.
11541154
* See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
1155-
* Use M201 F<freq> G<min%> to change limits at runtime.
1155+
* Use M201 F<freq> S<min%> to change limits at runtime.
11561156
*/
11571157
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
11581158
#ifdef XY_FREQUENCY_LIMIT
1159-
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 G<min%>.
1159+
#define XY_FREQUENCY_MIN_PERCENT 5 // (%) Minimum FR percentage to apply. Set with M201 S<min%>.
11601160
#endif
11611161

11621162
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end

0 commit comments

Comments
 (0)