Browse Source

Apply MINIPANEL to other configs

Scott Lahteine 9 years ago
parent
commit
90f8ddfc1e

+ 4
- 0
Marlin/configurator/config/Configuration.h View File

@@ -694,6 +694,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
694 694
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
695 695
 //#define RA_CONTROL_PANEL
696 696
 
697
+// The MakerLab Mini Panel with graphic controller and SD support
698
+// http://reprap.org/wiki/Mini_panel
699
+// #define MINIPANEL
700
+
697 701
 /**
698 702
  * I2C Panels
699 703
  */

+ 4
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -677,6 +677,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
677 677
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
678 678
 //#define RA_CONTROL_PANEL
679 679
 
680
+// The MakerLab Mini Panel with graphic controller and SD support
681
+// http://reprap.org/wiki/Mini_panel
682
+// #define MINIPANEL
683
+
680 684
 /**
681 685
  * I2C Panels
682 686
  */

+ 4
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -638,6 +638,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
638 638
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
639 639
 //#define RA_CONTROL_PANEL
640 640
 
641
+// The MakerLab Mini Panel with graphic controller and SD support
642
+// http://reprap.org/wiki/Mini_panel
643
+// #define MINIPANEL
644
+
641 645
 /**
642 646
  * I2C Panels
643 647
  */

+ 4
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -686,6 +686,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
686 686
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
687 687
 //#define RA_CONTROL_PANEL
688 688
 
689
+// The MakerLab Mini Panel with graphic controller and SD support
690
+// http://reprap.org/wiki/Mini_panel
691
+// #define MINIPANEL
692
+
689 693
 /**
690 694
  * I2C Panels
691 695
  */

+ 4
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -682,6 +682,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
682 682
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
683 683
 //#define RA_CONTROL_PANEL
684 684
 
685
+// The MakerLab Mini Panel with graphic controller and SD support
686
+// http://reprap.org/wiki/Mini_panel
687
+// #define MINIPANEL
688
+
685 689
 /**
686 690
  * I2C Panels
687 691
  */

+ 4
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -694,6 +694,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
694 694
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
695 695
 //#define RA_CONTROL_PANEL
696 696
 
697
+// The MakerLab Mini Panel with graphic controller and SD support
698
+// http://reprap.org/wiki/Mini_panel
699
+// #define MINIPANEL
700
+
697 701
 /**
698 702
  * I2C Panels
699 703
  */

+ 4
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -686,6 +686,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
686 686
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
687 687
 //#define RA_CONTROL_PANEL
688 688
 
689
+// The MakerLab Mini Panel with graphic controller and SD support
690
+// http://reprap.org/wiki/Mini_panel
691
+// #define MINIPANEL
692
+
689 693
 /**
690 694
  * I2C Panels
691 695
  */

+ 4
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -694,6 +694,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
694 694
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
695 695
 //#define RA_CONTROL_PANEL
696 696
 
697
+// The MakerLab Mini Panel with graphic controller and SD support
698
+// http://reprap.org/wiki/Mini_panel
699
+// #define MINIPANEL
700
+
697 701
 /**
698 702
  * I2C Panels
699 703
  */

+ 4
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -697,6 +697,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
697 697
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
698 698
 //#define RA_CONTROL_PANEL
699 699
 
700
+// The MakerLab Mini Panel with graphic controller and SD support
701
+// http://reprap.org/wiki/Mini_panel
702
+// #define MINIPANEL
703
+
700 704
 /**
701 705
  * I2C Panels
702 706
  */

+ 4
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -688,6 +688,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
688 688
 // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARDUINO library folder: https://github.com/kiyoshigawa/LiquidCrystal_I2C
689 689
 //#define RA_CONTROL_PANEL
690 690
 
691
+// The MakerLab Mini Panel with graphic controller and SD support
692
+// http://reprap.org/wiki/Mini_panel
693
+// #define MINIPANEL
694
+
691 695
 /**
692 696
  * I2C Panels
693 697
  */

Loading…
Cancel
Save