Lingering changes

This commit is contained in:
InsanityAutomation
2019-08-19 19:33:50 -04:00
parent 4845caeec5
commit 676f2f9217
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -1,9 +1,9 @@
#define ABL_BLTOUCH // Replaces RGB LED
#define GraphicalLCD // Will work next to MKS TFT
#define TMC_2209 // Defaults to TMC2100
#define ABL_UBL // Defaults to Bilinear
//#define ABL_BLTOUCH // Replaces RGB LED
//#define GraphicalLCD // Will work next to MKS TFT
//#define TMC_2209 // Defaults to TMC2100
//#define ABL_UBL // Defaults to Bilinear
//#define RunoutSensor // Tinymachines Lerdge Sensor
#define RELOCATE_LED // Since the bltouch by default removed the LED, set this if you simply moved them off the hotend
//#define RELOCATE_LED // Since the bltouch by default removed the LED, set this if you simply moved them off the hotend
/**
* Marlin 3D Printer Firmware
@@ -95,13 +95,13 @@
* We encourage you to take advantage of this new feature and we also
* respectfully request that you retain the unmodified Marlin boot screen.
*/
#if ENABLED(GraphicalLCD)
// Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
#define SHOW_CUSTOM_BOOTSCREEN
// Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
#define SHOW_CUSTOM_BOOTSCREEN
// Enable to show the bitmap in Marlin/_Statusscreen.h on the status screen.
#define CUSTOM_STATUS_SCREEN_IMAGE
// Enable to show the bitmap in Marlin/_Statusscreen.h on the status screen.
#define CUSTOM_STATUS_SCREEN_IMAGE
#endif
// @section machine
/**
+1 -1
View File
@@ -883,7 +883,7 @@
* LED Control Menu
* Enable this feature to add LED Control to the LCD menu
*/
#if DISABLED(ABL_BLTOUCH) || ENABLED(RELOCATE_LED)
#if (DISABLED(ABL_BLTOUCH) || ENABLED(RELOCATE_LED)) && ENABLED(GraphicalLCD)
#define LED_CONTROL_MENU
#endif