|
@@ -341,12 +341,8 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
341
|
341
|
|
342
|
342
|
// The Elefu RA Board Control Panel
|
343
|
343
|
// http://www.elefu.com/index.php?route=product/product&product_id=53
|
344
|
|
-// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: http://hmario.home.xs4all.nl/arduino/LiquidCrystal_I2C/LiquidCrystal_I2C.zip
|
345
|
|
-#define RA_CONTROL_PANEL
|
346
|
|
-
|
347
|
|
-// The Elefu TLC5947 RGB Lighting Module
|
348
|
|
-// Uncomment to enable TLC5947 Lighting Modules.
|
349
|
|
-//#define RA_DISCO
|
|
344
|
+// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
|
|
345
|
+//#define RA_CONTROL_PANEL
|
350
|
346
|
|
351
|
347
|
//automatic expansion
|
352
|
348
|
#if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER)
|