Quellcode durchsuchen

Note (MarlinUI) limit on PREHEAT settings (#20966)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
ellensp vor 3 Jahren
Ursprung
Commit
e3deb6e9a5
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3
    1
      Marlin/Configuration.h

+ 3
- 1
Marlin/Configuration.h Datei anzeigen

@@ -1614,7 +1614,9 @@
1614 1614
 
1615 1615
 // @section temperature
1616 1616
 
1617
-// Preheat Constants
1617
+//
1618
+// Preheat Constants - Up to 5 are supported without changes
1619
+//
1618 1620
 #define PREHEAT_1_LABEL       "PLA"
1619 1621
 #define PREHEAT_1_TEMP_HOTEND 180
1620 1622
 #define PREHEAT_1_TEMP_BED     70

Laden…
Abbrechen
Speichern