Simplify serial port redirect (#13234)
This commit is contained in:
parent
88cc1d1a31
commit
e15354e387
22 changed files with 575 additions and 876 deletions
|
|
@ -754,6 +754,8 @@ void GcodeSuite::process_parsed_command(
|
|||
void GcodeSuite::process_next_command() {
|
||||
char * const current_command = command_queue[cmd_queue_index_r];
|
||||
|
||||
PORT_REDIRECT(command_queue_port[cmd_queue_index_r]);
|
||||
|
||||
if (DEBUGGING(ECHO)) {
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLN(current_command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue