|
@@ -28,6 +28,8 @@
|
28
|
28
|
|
29
|
29
|
#undef FAN_PIN
|
30
|
30
|
#define FAN_PIN 6 //Part Cooling System
|
|
31
|
+
|
|
32
|
+#undef BEEPER_PIN
|
31
|
33
|
#define BEEPER_PIN 33
|
32
|
34
|
#define CONTROLLERFAN_PIN 4 //Pin used for the fan to cool motherboard (-1 to disable)
|
33
|
35
|
//Fans/Water Pump to cool the hotend cool side.
|
|
@@ -55,7 +57,8 @@
|
55
|
57
|
#define Z_MIN_PIN 19
|
56
|
58
|
#define Z_MAX_PIN 18
|
57
|
59
|
#endif
|
58
|
|
-//
|
|
60
|
+
|
|
61
|
+
|
59
|
62
|
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
60
|
63
|
//#undef Z_MIN_PIN
|
61
|
64
|
//#define Z_MIN_PIN 15
|
|
@@ -95,10 +98,11 @@
|
95
|
98
|
#define TC2 5 // ANALOG NUMBERING Thermo couple on Azteeg X3Pro
|
96
|
99
|
|
97
|
100
|
//
|
98
|
|
-//These Servo pins are for when they are defined. Tested for usage with bed leveling
|
99
|
|
-//on a Delta with 1 servo. Running through the Z servo endstop in code.
|
100
|
|
-//Physical wire attachment was done on EXT1 on the GND, 5V, and D47 pins.
|
|
101
|
+// These Servo pins are for when they are defined. Tested for usage with bed leveling
|
|
102
|
+// on a Delta with 1 servo. Running through the Z servo endstop in code.
|
|
103
|
+// Physical wire attachment was done on EXT1 on the GND, 5V, and D47 pins.
|
101
|
104
|
//
|
|
105
|
+#undef SERVO0_PIN
|
102
|
106
|
#define SERVO0_PIN 47
|
103
|
107
|
|
104
|
108
|
//LCD Pins//
|