Distinguish serial index from mask (#21287)
This commit is contained in:
parent
2f1fd4bbaa
commit
55c31fbe9a
14 changed files with 135 additions and 101 deletions
|
|
@ -1067,7 +1067,7 @@ void GcodeSuite::process_subcommands_now(char * gcode) {
|
|||
static millis_t next_busy_signal_ms = 0;
|
||||
if (!autoreport_paused && host_keepalive_interval && busy_state != NOT_BUSY) {
|
||||
if (PENDING(ms, next_busy_signal_ms)) return;
|
||||
PORT_REDIRECT(SERIAL_ALL);
|
||||
PORT_REDIRECT(SerialMask::All);
|
||||
switch (busy_state) {
|
||||
case IN_HANDLER:
|
||||
case IN_PROCESS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue