File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1152
1152
* XY Frequency limit
1153
1153
* Reduce resonance by limiting the frequency of small zigzag infill moves.
1154
1154
* 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.
1156
1156
*/
1157
1157
//#define XY_FREQUENCY_LIMIT 10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
1158
1158
#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%>.
1160
1160
#endif
1161
1161
1162
1162
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
You can’t perform that action at this time.
0 commit comments