Bring configs up to date

This commit is contained in:
Scott Lahteine
2019-11-21 04:48:18 -06:00
parent b904ba0f29
commit 20964ca7dc
57 changed files with 492 additions and 104 deletions

View File

@ -447,6 +447,8 @@
#define HEATER_1_MAXTEMP 410
#define HEATER_2_MAXTEMP 410
#define HEATER_3_MAXTEMP 410
#define HEATER_4_MAXTEMP 410
#define HEATER_5_MAXTEMP 410
#define BED_MAXTEMP 150
//===========================================================================
@ -2013,6 +2015,12 @@
//
//#define MALYAN_LCD
//
// LulzBot Color Touch UI for FTDI EVE (FT800/FT810) displays
// See Configuration_adv.h for all configuration options.
//
//#define LULZBOT_TOUCH_UI
//
// Third-party or vendor-customized controller interfaces.
// Sources should be installed in 'src/lcd/extensible_ui'.