Quellcode durchsuchen

Upgrade an ifdef

Scott Lahteine vor 4 Jahren
Ursprung
Commit
793939a365
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern