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 1270
1270
* XY Frequency limit
1271
1271
* Reduce resonance by limiting the frequency of small zigzag infill moves.
1272
1272
* 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.
1274
1274
*/
1275
1275
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
1276
1276
#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%>.
1278
1278
#endif
1279
1279
1280
1280
//
You can’t perform that action at this time.
0 commit comments