Skip to content
Snippets Groups Projects
Commit b30e4528 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Merge pull request #3454 from thinkyhead/rc_host_timeout_mods

Add a case for M113 to process_next_command
parents 562e281c 803845ec
Branches
Tags
No related merge requests found
......@@ -6416,6 +6416,14 @@ void process_next_command() {
gcode_M112();
break;
#if ENABLED(HOST_KEEPALIVE_FEATURE)
case 113: // M113: Set Host Keepalive interval
gcode_M113();
break;
#endif
case 140: // M140: Set bed temp
gcode_M140();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment