Generalize MMU (#21469)

This commit is contained in:
Giuliano Zaro
2021-03-30 04:14:11 +02:00
committed by Scott Lahteine
parent badbb4a500
commit 368fcaee54
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