Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12089

Re: How Do I Enable the M140 Heating Bed Option?

$
0
0
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 0
is set to '0'

Once I set it to '1' it enabled the LCD icon and the error no longer exists.

Thanks for the hint!

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>