Minor comment/condition cleanup

This commit is contained in:
Scott Lahteine
2018-02-09 01:52:28 -06:00
parent f64d300cfd
commit b7053156fe
3 changed files with 3 additions and 5 deletions

View File

@ -89,8 +89,6 @@ void GcodeSuite::M203() {
* P = Printing moves
* R = Retract only (no X, Y, Z) moves
* T = Travel (non printing) moves
*
* Also sets minimum segment time in ms (B20000) to prevent buffer under-runs and M20 minimum feedrate
*/
void GcodeSuite::M204() {
if (parser.seen('S')) { // Kept for legacy compatibility. Should NOT BE USED for new developments.