|
|
|
|
1573
|
|
1573
|
|
1574
|
// Add additional compensation depending on hotend temperature
|
1574
|
// Add additional compensation depending on hotend temperature
|
1575
|
// Note: this values cannot be calibrated and have to be set manually
|
1575
|
// Note: this values cannot be calibrated and have to be set manually
|
1576
|
- #ifdef PROBE_TEMP_COMPENSATION
|
|
|
|
|
1576
|
+ #if ENABLED(PROBE_TEMP_COMPENSATION)
|
1577
|
// Max temperature that can be reached by heated bed.
|
1577
|
// Max temperature that can be reached by heated bed.
|
1578
|
// This is required only for the calibration process.
|
1578
|
// This is required only for the calibration process.
|
1579
|
#define PTC_MAX_BED_TEMP 110
|
1579
|
#define PTC_MAX_BED_TEMP 110
|