Revert accidental removal of check

This commit is contained in:
Alex Voinea 2022-12-18 15:55:48 +01:00
parent 5c1c6d9f3b
commit ba0f051f72
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
#include "cardreader.h" // for IS_SD_PRINTING
#include "SpoolJoin.h"
// As of FW 3.12 we only support building the FW with only one extruder, all the multi-extruder infrastructure will be removed.
// Saves at least 800B of code size
static_assert(EXTRUDERS==1);
namespace MMU2 {