File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1276
1276
* XY Frequency limit
1277
1277
* Reduce resonance by limiting the frequency of small zigzag infill moves.
1278
1278
* 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.
1280
1280
*/
1281
1281
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
1282
1282
#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%>.
1284
1284
#endif
1285
1285
1286
1286
//
You can’t perform that action at this time.
0 commit comments