Quellcode durchsuchen

Use BED_MAXTEMP for PTC_MAX_BED_TEMP (#17061)

thisiskeithb vor 4 Jahren
Ursprung
Commit
efc739a880
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
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

@@ -1584,7 +1584,7 @@
1584 1584
   #if ENABLED(PROBE_TEMP_COMPENSATION)
1585 1585
     // Max temperature that can be reached by heated bed.
1586 1586
     // This is required only for the calibration process.
1587
-    #define PTC_MAX_BED_TEMP 110
1587
+    #define PTC_MAX_BED_TEMP BED_MAXTEMP
1588 1588
 
1589 1589
     // Park position to wait for probe cooldown
1590 1590
     #define PTC_PARK_POS_X 0.0F

Laden…
Abbrechen
Speichern