Use RIGIDBOT_PANEL for consistency with online docs

master
Scott Lahteine 9 years ago committed by Richard Wackerbarth
parent 4b204da3c1
commit 8e61314323

@ -58,7 +58,7 @@
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#endif
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL) || defined(RIGIDPANEL)
#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL) || defined(RIGIDBOT_PANEL)
#define ULTIPANEL
#define NEWPANEL
#endif

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

@ -20,7 +20,7 @@
// LCD Panel options for the RigidBoard
#ifdef RIGIDPANEL
#ifdef RIGIDBOT_PANEL
#undef BEEPER
#define BEEPER -1

Loading…
Cancel
Save