Use RIGIDBOT_PANEL for consistency with online docs
This commit is contained in:
committed by
Richard Wackerbarth
parent
4b204da3c1
commit
8e61314323
@ -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
|
||||
|
Reference in New Issue
Block a user