Browse Source

Use RIGIDBOT_PANEL for consistency with online docs

Scott Lahteine 10 years ago
parent
commit
8e61314323

+ 1
- 1
Marlin/Conditionals.h View File

58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
59
   #endif
59
   #endif
60
 
60
 
61
-  #if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL) || defined(RIGIDPANEL)
61
+  #if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL) || defined(RIGIDBOT_PANEL)
62
     #define ULTIPANEL
62
     #define ULTIPANEL
63
     #define NEWPANEL
63
     #define NEWPANEL
64
   #endif
64
   #endif

+ 6
- 3
Marlin/example_configurations/RigidBot/Configuration.h View File

686
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
686
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
687
 //
687
 //
688
 // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
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
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
692
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
690
 
693
 
691
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
694
 // The RepRapWorld REPRAPWORLD_KEYPAD v1.1
698
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
701
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
699
 //#define RA_CONTROL_PANEL
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
  * I2C Panels
709
  * I2C Panels

+ 1
- 1
Marlin/pins_RIGIDBOARD.h View File

20
 
20
 
21
 // LCD Panel options for the RigidBoard
21
 // LCD Panel options for the RigidBoard
22
 
22
 
23
-#ifdef RIGIDPANEL
23
+#ifdef RIGIDBOT_PANEL
24
 
24
 
25
   #undef BEEPER
25
   #undef BEEPER
26
   #define BEEPER -1
26
   #define BEEPER -1

Loading…
Cancel
Save