Add an MK3S+/MMU2 variant
This commit is contained in:
parent
a29c246af1
commit
892923ce60
|
|
@ -0,0 +1,11 @@
|
||||||
|
#ifndef CONFIGURATION_PRUSA_H
|
||||||
|
#include "MK3S.h"
|
||||||
|
#define CONFIGURATION_PRUSA_H
|
||||||
|
|
||||||
|
// Printer revision
|
||||||
|
#undef PRINTER_MMU_TYPE
|
||||||
|
#define PRINTER_MMU_TYPE PRINTER_MK3S_MMU2
|
||||||
|
#undef PRINTER_MMU_NAME
|
||||||
|
#define PRINTER_MMU_NAME PRINTER_MK3S_MMU2_NAME
|
||||||
|
|
||||||
|
#endif //__CONFIGURATION_PRUSA_H
|
||||||
Loading…
Reference in New Issue