Browse Source

Turning off Control Panel by Default and Updating the link to the LiquidCrystal_I2C library to avoid confusion.

Tim Anderson 12 years ago
parent
commit
1fa61c297e
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      Marlin/Configuration.h

+ 2
- 6
Marlin/Configuration.h View File

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

Loading…
Cancel
Save