Quote
chiques
Quote
Dust
HAS_HEATED_BED has to be defined
this is true when HAS_TEMP_BED && HAS_HEATER_BED is defined
HAS_TEMP_BED is true when HAS_TEMP_ADC_BED
HAS_HEATER_BED is true is PIN_EXISTS(HEATER_BED)
So
Either you have not defined a pin for your heated bed, or you have not defined a pin for your bed thermistor
Hello Dust,
None of these variables are in my current Configuration.h or Configuration_adv.h files. Do I just add them?
Disregard my question. I found the problem.
#define TEMP_SENSOR_BED 0is set to '0'
Once I set it to '1' it enabled the LCD icon and the error no longer exists.
Thanks for the hint!