Browse Source

Use #undef in AZTEEG_X3_PRO for RAMPS overrides

Scott Lahteine 8 years ago
parent
commit
f508c54c6c
1 changed files with 8 additions and 4 deletions
  1. 8
    4
      Marlin/pins_AZTEEG_X3_PRO.h

+ 8
- 4
Marlin/pins_AZTEEG_X3_PRO.h View File

28
 
28
 
29
 #undef FAN_PIN
29
 #undef FAN_PIN
30
 #define FAN_PIN             6 //Part Cooling System
30
 #define FAN_PIN             6 //Part Cooling System
31
+
32
+#undef BEEPER_PIN
31
 #define BEEPER_PIN         33
33
 #define BEEPER_PIN         33
32
 #define CONTROLLERFAN_PIN   4 //Pin used for the fan to cool motherboard (-1 to disable)
34
 #define CONTROLLERFAN_PIN   4 //Pin used for the fan to cool motherboard (-1 to disable)
33
 //Fans/Water Pump to cool the hotend cool side.
35
 //Fans/Water Pump to cool the hotend cool side.
55
   #define Z_MIN_PIN        19
57
   #define Z_MIN_PIN        19
56
   #define Z_MAX_PIN        18
58
   #define Z_MAX_PIN        18
57
 #endif
59
 #endif
58
-//
60
+
61
+
59
 #if ENABLED(Z_MIN_PROBE_ENDSTOP)
62
 #if ENABLED(Z_MIN_PROBE_ENDSTOP)
60
   //#undef Z_MIN_PIN
63
   //#undef Z_MIN_PIN
61
   //#define Z_MIN_PIN        15
64
   //#define Z_MIN_PIN        15
95
 #define TC2                 5   // ANALOG NUMBERING Thermo couple on Azteeg X3Pro
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
 #define SERVO0_PIN         47
106
 #define SERVO0_PIN         47
103
 
107
 
104
 //LCD Pins//
108
 //LCD Pins//

Loading…
Cancel
Save