Generalize MMU (#21469)

This commit is contained in:
Giuliano Zaro
2021-03-30 04:14:11 +02:00
committed by GitHub
parent c298095000
commit 3f7cd45df4
5 changed files with 27 additions and 23 deletions

View File

@ -35,8 +35,8 @@
* These numbers are the same in any pin mapping.
*/
#if HAS_SMUFF
#define MAX_EXTRUDERS 12
#if HAS_EXTENDABLE_MMU
#define MAX_EXTRUDERS 15
#else
#define MAX_EXTRUDERS 8
#endif