Upgrade an ifdef
This commit is contained in:
parent
7bf2190f03
commit
793939a365
@ -1573,7 +1573,7 @@
|
|||||||
|
|
||||||
// Add additional compensation depending on hotend temperature
|
// Add additional compensation depending on hotend temperature
|
||||||
// Note: this values cannot be calibrated and have to be set manually
|
// Note: this values cannot be calibrated and have to be set manually
|
||||||
#ifdef PROBE_TEMP_COMPENSATION
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP 110
|
||||||
|
Loading…
Reference in New Issue
Block a user