|
@@ -759,6 +759,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
759
|
759
|
//=============================================================================
|
760
|
760
|
//============================= LCD and SD support ============================
|
761
|
761
|
//=============================================================================
|
|
762
|
+
|
762
|
763
|
// @section lcd
|
763
|
764
|
|
764
|
765
|
//
|
|
@@ -936,11 +937,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
936
|
937
|
// RepRapDiscount FULL GRAPHIC Smart Controller
|
937
|
938
|
// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
|
938
|
939
|
//
|
939
|
|
-// #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
|
940
|
+//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
940
|
941
|
|
941
|
942
|
//
|
942
|
943
|
// MakerLab Mini Panel with graphic
|
943
|
944
|
// controller and SD support - http://reprap.org/wiki/Mini_panel
|
|
945
|
+//
|
944
|
946
|
//#define MINIPANEL
|
945
|
947
|
|
946
|
948
|
//
|
|
@@ -954,6 +956,18 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
954
|
956
|
//#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
|
955
|
957
|
|
956
|
958
|
//
|
|
959
|
+// RigidBot Panel V1.0
|
|
960
|
+// http://www.inventapart.com/
|
|
961
|
+//
|
|
962
|
+//#define RIGIDBOT_PANEL
|
|
963
|
+
|
|
964
|
+//
|
|
965
|
+// BQ LCD Smart Controller shipped by
|
|
966
|
+// default with the BQ Hephestos 2 and Witbox 2.
|
|
967
|
+//
|
|
968
|
+//#define BQ_LCD_SMART_CONTROLLER
|
|
969
|
+
|
|
970
|
+//
|
957
|
971
|
// CONTROLLER TYPE: I2C
|
958
|
972
|
//
|
959
|
973
|
// Note: These controllers require the installation of Arduino's LiquidCrystal_I2C
|
|
@@ -965,10 +979,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
965
|
979
|
// http://www.elefu.com/index.php?route=product/product&product_id=53
|
966
|
980
|
//
|
967
|
981
|
//#define RA_CONTROL_PANEL
|
|
982
|
+
|
|
983
|
+//
|
|
984
|
+// Sainsmart YW Robot (LCM1602) LCD Display
|
|
985
|
+//
|
968
|
986
|
//#define LCD_I2C_SAINSMART_YWROBOT
|
969
|
987
|
|
970
|
988
|
//
|
971
|
|
-// LCM160 LCD adapter.
|
|
989
|
+// Generic LCM1602 LCD adapter
|
972
|
990
|
//
|
973
|
991
|
//#define LCM1602
|
974
|
992
|
|
|
@@ -1003,6 +1021,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
1003
|
1021
|
//
|
1004
|
1022
|
//#define SAV_3DLCD
|
1005
|
1023
|
|
|
1024
|
+//=============================================================================
|
|
1025
|
+//=============================== Extra Features ==============================
|
|
1026
|
+//=============================================================================
|
|
1027
|
+
|
1006
|
1028
|
// @section extras
|
1007
|
1029
|
|
1008
|
1030
|
// Increase the FAN PWM frequency. Removes the PWM noise but increases heating in the FET/Arduino
|