diff --git a/Firmware/Configuration.cpp b/Firmware/Configuration.cpp index 343ae419a..47e999e21 100644 --- a/Firmware/Configuration.cpp +++ b/Firmware/Configuration.cpp @@ -5,3 +5,5 @@ const uint16_t _nPrinterType PROGMEM=PRINTER_TYPE; const char _sPrinterName[] PROGMEM=PRINTER_NAME; const uint16_t _nPrinterMmuType PROGMEM=PRINTER_MMU_TYPE; const char _sPrinterMmuName[] PROGMEM=PRINTER_MMU_NAME; + +static_assert(TEMP_HYSTERESIS > 0, "TEMP_HYSTERESIS must be greater than 0");