|
@@ -686,6 +686,9 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
686
|
686
|
// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
|
687
|
687
|
//
|
688
|
688
|
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
|
|
689
|
+//
|
|
690
|
+// RigidBoard: To rewire this for a RigidBot see http://rigidtalk.com/wiki/index.php?title=LCD_Smart_Controller
|
|
691
|
+//
|
689
|
692
|
//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
690
|
693
|
|
691
|
694
|
// The RepRapWorld REPRAPWORLD_KEYPAD v1.1
|
|
@@ -698,9 +701,9 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
698
|
701
|
// REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
|
699
|
702
|
//#define RA_CONTROL_PANEL
|
700
|
703
|
|
701
|
|
-// The RigidPanel controller for RigidBot
|
702
|
|
-// http://rigidbot.com/
|
703
|
|
-#define RIGIDPANEL
|
|
704
|
+// RigidBot Panel V1.0
|
|
705
|
+// http://www.inventapart.com/
|
|
706
|
+#define RIGIDBOT_PANEL
|
704
|
707
|
|
705
|
708
|
/**
|
706
|
709
|
* I2C Panels
|