Scott Lahteine 4 роки тому
джерело
коміт
793939a365
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Переглянути файл

@@ -1573,7 +1573,7 @@
1573 1573
 
1574 1574
   // Add additional compensation depending on hotend temperature
1575 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 1577
     // Max temperature that can be reached by heated bed.
1578 1578
     // This is required only for the calibration process.
1579 1579
     #define PTC_MAX_BED_TEMP 110

Завантаження…
Відмінити
Зберегти