Sync MK3<->MK4 MMU2 marlin macros
This commit is contained in:
parent
b4b0bba11c
commit
5235fe2480
|
|
@ -8,6 +8,10 @@
|
||||||
// brings _O and _T macros into MMU
|
// brings _O and _T macros into MMU
|
||||||
#include "language.h"
|
#include "language.h"
|
||||||
#define MARLIN_KEEPALIVE_STATE_IN_PROCESS KEEPALIVE_STATE(IN_PROCESS)
|
#define MARLIN_KEEPALIVE_STATE_IN_PROCESS KEEPALIVE_STATE(IN_PROCESS)
|
||||||
|
#elif defined(UNITTEST)
|
||||||
|
#define _O(x) x
|
||||||
|
#define _T(x) x
|
||||||
|
#define MARLIN_KEEPALIVE_STATE_IN_PROCESS /*KEEPALIVE_STATE(IN_PROCESS) TODO*/
|
||||||
#else
|
#else
|
||||||
#include "../../gcode/gcode.h"
|
#include "../../gcode/gcode.h"
|
||||||
#define _O(x) x
|
#define _O(x) x
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue