|
@@ -49,7 +49,7 @@ void GcodeSuite::M28() {
|
49
|
49
|
// Binary transfer mode
|
50
|
50
|
if ((card.flag.binary_mode = binary_mode)) {
|
51
|
51
|
SERIAL_ECHO_MSG("Switching to Binary Protocol");
|
52
|
|
- TERN_(HAS_MULTI_SERIAL, card.transfer_port_index = queue.port[queue.index_r]);
|
|
52
|
+ TERN_(HAS_MULTI_SERIAL, card.transfer_port_index = queue.ring_buffer.command_port());
|
53
|
53
|
}
|
54
|
54
|
else
|
55
|
55
|
card.openFileWrite(p);
|