Add a case for M113 to process_next_command
This commit is contained in:
parent
562e281c73
commit
803845ec18
@ -6416,6 +6416,14 @@ void process_next_command() {
|
|||||||
gcode_M112();
|
gcode_M112();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#if ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||||
|
|
||||||
|
case 113: // M113: Set Host Keepalive interval
|
||||||
|
gcode_M113();
|
||||||
|
break;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
case 140: // M140: Set bed temp
|
case 140: // M140: Set bed temp
|
||||||
gcode_M140();
|
gcode_M140();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user