Procházet zdrojové kódy

Merge pull request #4473 from esenapaj/Follow-up-the-PR-#4408-etc

Follow-up the PR #4408 (Add support for reprapworld LCD), etc
Scott Lahteine před 7 roky
rodič
revize
f575e92f2e

+ 6
- 1
Marlin/example_configurations/Cartesio/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 #define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1101,6 +1100,12 @@
1101 1100
 //#define MAKRPANEL
1102 1101
 
1103 1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104 1109
 // Activate one of these if you have a Panucatt Devices
1105 1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106 1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Felix/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1084,6 +1083,12 @@
1084 1083
 //#define MAKRPANEL
1085 1084
 
1086 1085
 //
1086
+// ReprapWorld Graphical LCD
1087
+// https://reprapworld.com/?products_details&products_id/1218
1088
+//
1089
+//#define REPRAPWORLD_GRAPHICAL_LCD
1090
+
1091
+//
1087 1092
 // Activate one of these if you have a Panucatt Devices
1088 1093
 // Viki 2.0 or mini Viki with Graphic LCD
1089 1094
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1082,6 +1081,12 @@
1082 1081
 //#define MAKRPANEL
1083 1082
 
1084 1083
 //
1084
+// ReprapWorld Graphical LCD
1085
+// https://reprapworld.com/?products_details&products_id/1218
1086
+//
1087
+//#define REPRAPWORLD_GRAPHICAL_LCD
1088
+
1089
+//
1085 1090
 // Activate one of these if you have a Panucatt Devices
1086 1091
 // Viki 2.0 or mini Viki with Graphic LCD
1087 1092
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/Hephestos/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1093,6 +1092,12 @@
1093 1092
 //#define MAKRPANEL
1094 1093
 
1095 1094
 //
1095
+// ReprapWorld Graphical LCD
1096
+// https://reprapworld.com/?products_details&products_id/1218
1097
+//
1098
+//#define REPRAPWORLD_GRAPHICAL_LCD
1099
+
1100
+//
1096 1101
 // Activate one of these if you have a Panucatt Devices
1097 1102
 // Viki 2.0 or mini Viki with Graphic LCD
1098 1103
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h Zobrazit soubor

@@ -1094,6 +1094,12 @@
1094 1094
 //#define MAKRPANEL
1095 1095
 
1096 1096
 //
1097
+// ReprapWorld Graphical LCD
1098
+// https://reprapworld.com/?products_details&products_id/1218
1099
+//
1100
+//#define REPRAPWORLD_GRAPHICAL_LCD
1101
+
1102
+//
1097 1103
 // Activate one of these if you have a Panucatt Devices
1098 1104
 // Viki 2.0 or mini Viki with Graphic LCD
1099 1105
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8200/Configuration.h Zobrazit soubor

@@ -110,7 +110,6 @@
110 110
 // example configuration folder.
111 111
 //
112 112
 //#define SHOW_CUSTOM_BOOTSCREEN
113
-
114 113
 // @section machine
115 114
 
116 115
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1118,6 +1117,12 @@
1118 1117
 //#define MAKRPANEL
1119 1118
 
1120 1119
 //
1120
+// ReprapWorld Graphical LCD
1121
+// https://reprapworld.com/?products_details&products_id/1218
1122
+//
1123
+//#define REPRAPWORLD_GRAPHICAL_LCD
1124
+
1125
+//
1121 1126
 // Activate one of these if you have a Panucatt Devices
1122 1127
 // Viki 2.0 or mini Viki with Graphic LCD
1123 1128
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8400/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1101,6 +1100,12 @@
1101 1100
 //#define MAKRPANEL
1102 1101
 
1103 1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104 1109
 // Activate one of these if you have a Panucatt Devices
1105 1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106 1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1101,6 +1100,12 @@
1101 1100
 //#define MAKRPANEL
1102 1101
 
1103 1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104 1109
 // Activate one of these if you have a Panucatt Devices
1105 1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106 1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1101,6 +1100,12 @@
1101 1100
 //#define MAKRPANEL
1102 1101
 
1103 1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104 1109
 // Activate one of these if you have a Panucatt Devices
1105 1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106 1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/RigidBot/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1099,6 +1098,12 @@
1099 1098
 //#define MAKRPANEL
1100 1099
 
1101 1100
 //
1101
+// ReprapWorld Graphical LCD
1102
+// https://reprapworld.com/?products_details&products_id/1218
1103
+//
1104
+//#define REPRAPWORLD_GRAPHICAL_LCD
1105
+
1106
+//
1102 1107
 // Activate one of these if you have a Panucatt Devices
1103 1108
 // Viki 2.0 or mini Viki with Graphic LCD
1104 1109
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/SCARA/Configuration.h Zobrazit soubor

@@ -128,7 +128,6 @@
128 128
 // example configuration folder.
129 129
 //
130 130
 //#define SHOW_CUSTOM_BOOTSCREEN
131
-
132 131
 // @section machine
133 132
 
134 133
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1109,6 +1108,12 @@
1109 1108
 //#define MAKRPANEL
1110 1109
 
1111 1110
 //
1111
+// ReprapWorld Graphical LCD
1112
+// https://reprapworld.com/?products_details&products_id/1218
1113
+//
1114
+//#define REPRAPWORLD_GRAPHICAL_LCD
1115
+
1116
+//
1112 1117
 // Activate one of these if you have a Panucatt Devices
1113 1118
 // Viki 2.0 or mini Viki with Graphic LCD
1114 1119
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/TAZ4/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1122,6 +1121,12 @@
1122 1121
 //#define MAKRPANEL
1123 1122
 
1124 1123
 //
1124
+// ReprapWorld Graphical LCD
1125
+// https://reprapworld.com/?products_details&products_id/1218
1126
+//
1127
+//#define REPRAPWORLD_GRAPHICAL_LCD
1128
+
1129
+//
1125 1130
 // Activate one of these if you have a Panucatt Devices
1126 1131
 // Viki 2.0 or mini Viki with Graphic LCD
1127 1132
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/WITBOX/Configuration.h Zobrazit soubor

@@ -1092,6 +1092,12 @@
1092 1092
 //#define MAKRPANEL
1093 1093
 
1094 1094
 //
1095
+// ReprapWorld Graphical LCD
1096
+// https://reprapworld.com/?products_details&products_id/1218
1097
+//
1098
+//#define REPRAPWORLD_GRAPHICAL_LCD
1099
+
1100
+//
1095 1101
 // Activate one of these if you have a Panucatt Devices
1096 1102
 // Viki 2.0 or mini Viki with Graphic LCD
1097 1103
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1101,6 +1100,12 @@
1101 1100
 //#define MAKRPANEL
1102 1101
 
1103 1102
 //
1103
+// ReprapWorld Graphical LCD
1104
+// https://reprapworld.com/?products_details&products_id/1218
1105
+//
1106
+//#define REPRAPWORLD_GRAPHICAL_LCD
1107
+
1108
+//
1104 1109
 // Activate one of these if you have a Panucatt Devices
1105 1110
 // Viki 2.0 or mini Viki with Graphic LCD
1106 1111
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1194,6 +1193,12 @@
1194 1193
 //#define MAKRPANEL
1195 1194
 
1196 1195
 //
1196
+// ReprapWorld Graphical LCD
1197
+// https://reprapworld.com/?products_details&products_id/1218
1198
+//
1199
+//#define REPRAPWORLD_GRAPHICAL_LCD
1200
+
1201
+//
1197 1202
 // Activate one of these if you have a Panucatt Devices
1198 1203
 // Viki 2.0 or mini Viki with Graphic LCD
1199 1204
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/generic/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1188,6 +1187,12 @@
1188 1187
 //#define MAKRPANEL
1189 1188
 
1190 1189
 //
1190
+// ReprapWorld Graphical LCD
1191
+// https://reprapworld.com/?products_details&products_id/1218
1192
+//
1193
+//#define REPRAPWORLD_GRAPHICAL_LCD
1194
+
1195
+//
1191 1196
 // Activate one of these if you have a Panucatt Devices
1192 1197
 // Viki 2.0 or mini Viki with Graphic LCD
1193 1198
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1191,6 +1190,12 @@
1191 1190
 //#define MAKRPANEL
1192 1191
 
1193 1192
 //
1193
+// ReprapWorld Graphical LCD
1194
+// https://reprapworld.com/?products_details&products_id/1218
1195
+//
1196
+//#define REPRAPWORLD_GRAPHICAL_LCD
1197
+
1198
+//
1194 1199
 // Activate one of these if you have a Panucatt Devices
1195 1200
 // Viki 2.0 or mini Viki with Graphic LCD
1196 1201
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Zobrazit soubor

@@ -109,7 +109,6 @@
109 109
 // example configuration folder.
110 110
 //
111 111
 //#define SHOW_CUSTOM_BOOTSCREEN
112
-
113 112
 // @section machine
114 113
 
115 114
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1191,6 +1190,12 @@
1191 1190
 //#define MAKRPANEL
1192 1191
 
1193 1192
 //
1193
+// ReprapWorld Graphical LCD
1194
+// https://reprapworld.com/?products_details&products_id/1218
1195
+//
1196
+//#define REPRAPWORLD_GRAPHICAL_LCD
1197
+
1198
+//
1194 1199
 // Activate one of these if you have a Panucatt Devices
1195 1200
 // Viki 2.0 or mini Viki with Graphic LCD
1196 1201
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Zobrazit soubor

@@ -96,7 +96,6 @@
96 96
 // example configuration folder.
97 97
 //
98 98
 //#define SHOW_CUSTOM_BOOTSCREEN
99
-
100 99
 // @section machine
101 100
 
102 101
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1194,6 +1193,12 @@
1194 1193
 //#define MAKRPANEL
1195 1194
 
1196 1195
 //
1196
+// ReprapWorld Graphical LCD
1197
+// https://reprapworld.com/?products_details&products_id/1218
1198
+//
1199
+//#define REPRAPWORLD_GRAPHICAL_LCD
1200
+
1201
+//
1197 1202
 // Activate one of these if you have a Panucatt Devices
1198 1203
 // Viki 2.0 or mini Viki with Graphic LCD
1199 1204
 // http://panucatt.com

+ 6
- 1
Marlin/example_configurations/makibox/Configuration.h Zobrazit soubor

@@ -103,7 +103,6 @@
103 103
 // example configuration folder.
104 104
 //
105 105
 //#define SHOW_CUSTOM_BOOTSCREEN
106
-
107 106
 // @section machine
108 107
 
109 108
 // SERIAL_PORT selects which serial port should be used for communication with the host.
@@ -1104,6 +1103,12 @@
1104 1103
 //#define MAKRPANEL
1105 1104
 
1106 1105
 //
1106
+// ReprapWorld Graphical LCD
1107
+// https://reprapworld.com/?products_details&products_id/1218
1108
+//
1109
+//#define REPRAPWORLD_GRAPHICAL_LCD
1110
+
1111
+//
1107 1112
 // Activate one of these if you have a Panucatt Devices
1108 1113
 // Viki 2.0 or mini Viki with Graphic LCD
1109 1114
 // http://panucatt.com

+ 6
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Zobrazit soubor

@@ -1094,6 +1094,12 @@
1094 1094
 //#define MAKRPANEL
1095 1095
 
1096 1096
 //
1097
+// ReprapWorld Graphical LCD
1098
+// https://reprapworld.com/?products_details&products_id/1218
1099
+//
1100
+//#define REPRAPWORLD_GRAPHICAL_LCD
1101
+
1102
+//
1097 1103
 // Activate one of these if you have a Panucatt Devices
1098 1104
 // Viki 2.0 or mini Viki with Graphic LCD
1099 1105
 // http://panucatt.com

Loading…
Zrušit
Uložit