M202 is unused

This commit is contained in:
Scott Lahteine
2017-09-17 01:34:59 -05:00
parent 5e63efc1d9
commit b3822b9242
2 changed files with 3 additions and 8 deletions

View File

@ -532,11 +532,10 @@ void GcodeSuite::process_next_command() {
case 201: M201(); break; // M201: Set max acceleration for print moves (units/s^2)
#if 0 // Not used for Sprinter/grbl gen6
case 202: // M202
gcode_M202();
break;
#if 0
case 202: M202(); break; // Not used for Sprinter/grbl gen6
#endif
case 203: // M203: Set max feedrate (units/sec)
gcode_M203();
break;