Ver código fonte

Use RIGIDBOT_PANEL for consistency with online docs

Scott Lahteine 10 anos atrás
pai
commit
8e61314323

+ 1
- 1
Marlin/Conditionals.h Ver arquivo

@@ -58,7 +58,7 @@
58 58
     #define REPRAP_DISCOUNT_SMART_CONTROLLER
59 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 62
     #define ULTIPANEL
63 63
     #define NEWPANEL
64 64
   #endif

+ 6
- 3
Marlin/example_configurations/RigidBot/Configuration.h Ver arquivo

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

+ 1
- 1
Marlin/pins_RIGIDBOARD.h Ver arquivo

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

Carregando…
Cancelar
Salvar