Use BED_MAXTEMP for PTC_MAX_BED_TEMP (#17061)

This commit is contained in:
thisiskeithb 2020-03-03 12:22:28 -08:00 committed by GitHub
parent fd1af0189e
commit efc739a880
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1584,7 +1584,7 @@
#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 110
#define PTC_MAX_BED_TEMP BED_MAXTEMP
// Park position to wait for probe cooldown
#define PTC_PARK_POS_X 0.0F