Restore Host Prompt Info (#15387)
This commit is contained in:
committed by
Scott Lahteine
parent
02bbc51195
commit
5221e2d991
@@ -154,6 +154,9 @@ void host_action(const char * const pstr, const bool eol) {
|
||||
queue.inject_P(PSTR("M24"));
|
||||
#endif
|
||||
break;
|
||||
case PROMPT_INFO:
|
||||
msg = PSTR("GCODE_INFO");
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
say_m876_response(msg);
|
||||
|
||||
Reference in New Issue
Block a user