Drop PTC_MAX_BED_TEMP

This commit is contained in:
Scott Lahteine 2020-04-04 00:44:24 -05:00
parent 2caa658629
commit 4ad76c4f7f
143 changed files with 0 additions and 572 deletions

View file

@ -1597,10 +1597,6 @@
// Add additional compensation depending on hotend temperature
// Note: this values cannot be calibrated and have to be set manually
#if ENABLED(PROBE_TEMP_COMPENSATION)
// Max temperature that can be reached by heated bed.
// This is required only for the calibration process.
#define PTC_MAX_BED_TEMP BED_MAXTEMP
// Park position to wait for probe cooldown
#define PTC_PARK_POS { 0, 0, 100 }