Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Marlin/src/gcode/gcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ void GcodeSuite::process_parsed_command(
#if ENABLED(DEBUG_GCODE_PARSER)
case 800: parser.debug(); break; // G800: GCode Parser Test for G
#endif

default: parser.unknown_command_error(); break;
}
break;

Expand Down Expand Up @@ -657,8 +655,6 @@ void GcodeSuite::process_parsed_command(
#endif

case 999: M999(); break; // M999: Restart after being Stopped

default: parser.unknown_command_error(); break;
}
break;

Expand Down