Sfoglia il codice sorgente

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

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
ellensp 3 anni fa
parent
commit
e3deb6e9a5
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      Marlin/Configuration.h

+ 3
- 1
Marlin/Configuration.h Vedi File

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

Loading…
Annulla
Salva