[SMUFF] Use EXTRUDERS for extended commands (#21212)

This commit is contained in:
Giuliano Zaro
2021-02-27 20:23:00 +01:00
committed by GitHub
parent db5967472b
commit 4f840c211c
3 changed files with 10 additions and 26 deletions

View File

@ -513,7 +513,7 @@
#define HAS_PRUSA_MMU2 1
#define HAS_PRUSA_MMU2S 1
#endif
#if MMU_MODEL >= SMUFF_EMU_MMU2
#if MMU_MODEL == SMUFF_EMU_MMU2 || MMU_MODEL == SMUFF_EMU_MMU2S
#define HAS_SMUFF 1
#endif
#endif