|
@@ -32,13 +32,13 @@
|
32
|
32
|
#error "Longer3D LGT KIT V1.0 board only supports one hotend / E-stepper. Comment out this line to continue."
|
33
|
33
|
#endif
|
34
|
34
|
|
35
|
|
-#if SERIAL_PORT == 1 || SERIAL_PORT_2 == 1
|
|
35
|
+#if SERIAL_PORT == 1 || SERIAL_PORT_2 == 1 || SERIAL_PORT_3 == 1
|
36
|
36
|
#warning "Serial 1 is originally reserved to DGUS LCD."
|
37
|
37
|
#endif
|
38
|
|
-#if SERIAL_PORT == 2 || SERIAL_PORT_2 == 2
|
|
38
|
+#if SERIAL_PORT == 2 || SERIAL_PORT_2 == 2 || SERIAL_PORT_3 == 2 || LCD_SERIAL_PORT == 2
|
39
|
39
|
#warning "Serial 2 has no connector. Hardware changes may be required to use it."
|
40
|
40
|
#endif
|
41
|
|
-#if SERIAL_PORT == 3 || SERIAL_PORT_2 == 3
|
|
41
|
+#if SERIAL_PORT == 3 || SERIAL_PORT_2 == 3 || SERIAL_PORT_3 == 3 || LCD_SERIAL_PORT == 3
|
42
|
42
|
#define CHANGE_Y_LIMIT_PINS
|
43
|
43
|
#warning "Serial 3 is originally reserved to Y limit switches. Hardware changes are required to use it."
|
44
|
44
|
#endif
|