mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
Fix multiport G28 with Binary Transfer (#13308)
This commit is contained in:
parent
38bef9da91
commit
2513f6b550
@ -27,6 +27,10 @@
|
||||
#include "../gcode.h"
|
||||
#include "../../sd/cardreader.h"
|
||||
|
||||
#if NUM_SERIAL > 1
|
||||
#include "../queue.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* M28: Start SD Write
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user