diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 6c952c85a..ef6fda684 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -6985,7 +6985,7 @@ Sigma_Exit: - `R` - An int representing the minimum number of segments per arcs of any radius, except when the results in segment lengths greater than or less than the minimum and maximum segment length. Set to 0 to disable. - - 'F' - An int representing the number of segments per second, unless this results in segment lengths + - `F` - An int representing the number of segments per second, unless this results in segment lengths greater than or less than the minimum and maximum segment length. Set to 0 to disable. */ case 214: //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P S R F