Browse Source

Upgrade an ifdef

pull/1/head
Scott Lahteine 5 years ago
parent
commit
793939a365
  1. 2
      Marlin/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -1573,7 +1573,7 @@
// Add additional compensation depending on hotend temperature
// 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.
// This is required only for the calibration process.
#define PTC_MAX_BED_TEMP 110

Loading…
Cancel
Save