G-code Queue followup (#21214)
This commit is contained in:
parent
526924559f
commit
e65a84f6ea
@ -49,7 +49,7 @@ void GcodeSuite::M28() {
|
|||||||
// Binary transfer mode
|
// Binary transfer mode
|
||||||
if ((card.flag.binary_mode = binary_mode)) {
|
if ((card.flag.binary_mode = binary_mode)) {
|
||||||
SERIAL_ECHO_MSG("Switching to Binary Protocol");
|
SERIAL_ECHO_MSG("Switching to Binary Protocol");
|
||||||
TERN_(HAS_MULTI_SERIAL, card.transfer_port_index = queue.port[queue.index_r]);
|
TERN_(HAS_MULTI_SERIAL, card.transfer_port_index = queue.ring_buffer.command_port());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
card.openFileWrite(p);
|
card.openFileWrite(p);
|
||||||
|
Loading…
Reference in New Issue
Block a user