How Do I Enable the M140 Heating Bed Option? December 22, 2018 11:41PM |
Registered: 6 years ago Posts: 18 |
Re: How Do I Enable the M140 Heating Bed Option? December 23, 2018 01:41AM |
Admin Registered: 14 years ago Posts: 7,207 |
Re: How Do I Enable the M140 Heating Bed Option? December 23, 2018 01:08PM |
Registered: 6 years ago Posts: 18 |
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
Re: How Do I Enable the M140 Heating Bed Option? December 23, 2018 01:15PM |
Registered: 6 years ago Posts: 18 |
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?
#define TEMP_SENSOR_BED 0is set to '0'