I tried to use firmware builder to build marlin for my Ender 3 with BL touch and sprite pro. It keeps giving me the error:
Marlin/src/module/temperature.cpp:324:14: error: static assertion failed: HEATER_0_MAXTEMP (315) is too high for thermistor_1.h with HOTEND_OVERSHOOT=15.
It compiles without error if i drop the max nozzle temp to 270, so I am using that for now but am i doing something wrong?
First time compiling a custom marlin build!