Browse Source

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

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
ellensp 3 years ago
parent
commit
e3deb6e9a5
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/Configuration.h

+ 3
- 1
Marlin/Configuration.h View File

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

Loading…
Cancel
Save