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 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
You can’t perform that action at this time.
0 commit comments