Browse Source

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

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
vanilla_fb_2.0.x
ellensp 3 years ago
committed by GitHub
parent
commit
e3deb6e9a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/Configuration.h

4
Marlin/Configuration.h

@ -1614,7 +1614,9 @@
// @section temperature
// Preheat Constants
//
// Preheat Constants - Up to 5 are supported without changes
//
#define PREHEAT_1_LABEL "PLA"
#define PREHEAT_1_TEMP_HOTEND 180
#define PREHEAT_1_TEMP_BED 70

Loading…
Cancel
Save