thisiskeithb
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/Configuration_adv.h
|
@ -1584,7 +1584,7 @@ |
|
|
#if ENABLED(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 BED_MAXTEMP |
|
|
|
|
|
|
|
|
// Park position to wait for probe cooldown
|
|
|
// Park position to wait for probe cooldown
|
|
|
#define PTC_PARK_POS_X 0.0F |
|
|
#define PTC_PARK_POS_X 0.0F |
|
|