|
@@ -22,20 +22,13 @@
|
22
|
22
|
// This allows the connection of wireless adapters (for instance) to non-default port pins.
|
23
|
23
|
// Serial port 0 is still used by the Arduino bootloader regardless of this setting.
|
24
|
24
|
#define SERIAL_PORT 0
|
25
|
|
-//#define SERIAL_PORT 1 // Define serial port 1 for bluetooth configuration in AT90USB configurations
|
26
|
25
|
|
27
|
26
|
// This determines the communication speed of the printer
|
28
|
27
|
// This determines the communication speed of the printer
|
29
|
28
|
#define BAUDRATE 250000
|
30
|
29
|
|
31
|
30
|
// This enables the serial port associated to the Bluetooth interface
|
32
|
|
-//#define BTENABLED // Enable BT interface
|
33
|
|
-
|
34
|
|
-
|
35
|
|
-// SERIAL_PORT selects which serial port should be used for communication with the host.
|
36
|
|
-// This allows the connection of wireless adapters (for instance) to non-default port pins.
|
37
|
|
-// Serial port 0 is still used by the Arduino bootloader regardless of this setting.
|
38
|
|
-#define SERIAL_PORT 0
|
|
31
|
+//#define BTENABLED // Enable BT interface on AT90USB devices
|
39
|
32
|
|
40
|
33
|
|
41
|
34
|
//// The following define selects which electronics board you have. Please choose the one that matches your setup
|
|
@@ -76,8 +69,7 @@
|
76
|
69
|
// 21 = Elefu Ra Board (v3)
|
77
|
70
|
|
78
|
71
|
#ifndef MOTHERBOARD
|
79
|
|
-//[FMC]#define MOTHERBOARD 7
|
80
|
|
-#define MOTHERBOARD 83
|
|
72
|
+//#define MOTHERBOARD 7
|
81
|
73
|
#endif
|
82
|
74
|
|
83
|
75
|
// Define this to set a custom name for your generic Mendel,
|
|
@@ -522,6 +514,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
522
|
514
|
|
523
|
515
|
// Shift register panels
|
524
|
516
|
// ---------------------
|
|
517
|
+// 2 wire Non-latching LCD SR from:
|
|
518
|
+// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
|
525
|
519
|
//#define SR_LCD
|
526
|
520
|
#ifdef SR_LCD
|
527
|
521
|
#define SR_LCD_2W_NL // Non latching 2 wire shiftregister
|