Minor typo
This commit is contained in:
parent
05cd50e2ef
commit
216b935488
|
|
@ -6985,7 +6985,7 @@ Sigma_Exit:
|
||||||
- `R` - An int representing the minimum number of segments per arcs of any radius,
|
- `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
|
except when the results in segment lengths greater than or less than the minimum
|
||||||
and maximum segment length. Set to 0 to disable.
|
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.
|
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<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
|
case 214: //!@n M214 - Set Arc Parameters (Use M500 to store in eeprom) P<MM_PER_ARC_SEGMENT> S<MIN_MM_PER_ARC_SEGMENT> R<MIN_ARC_SEGMENTS> F<ARC_SEGMENTS_PER_SEC>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue