Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ unknown_command_warning
Method
unknown_command_warning
Marlin/src/gcode/parser.cpp:393–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
#endif // CNC_COORDINATE_SYSTEMS
392
393
void GCodeParser::unknown_command_warning() {
394
SERIAL_ECHO_MSG(STR_UNKNOWN_COMMAND, command_ptr,
"\"
");
395
}
396
397
#if ENABLED(DEBUG_GCODE_PARSER)
398
Callers
1
process_parsed_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected