Add an MK3S+/MMU2 variant

This commit is contained in:
David Goldsmith 2025-02-13 18:50:14 -05:00
parent a29c246af1
commit 892923ce60
1 changed files with 11 additions and 0 deletions

View File

@ -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