Browse Source

Allow connector flexibility for BQ ZUM Mega

Scott Lahteine 8 years ago
parent
commit
0ff5005c9b
1 changed files with 5 additions and 12 deletions
  1. 5
    12
      Marlin/pins_BQ_ZUM_MEGA_3D.h

+ 5
- 12
Marlin/pins_BQ_ZUM_MEGA_3D.h View File

30
 
30
 
31
 #define BOARD_NAME "ZUM Mega 3D"
31
 #define BOARD_NAME "ZUM Mega 3D"
32
 
32
 
33
+#define RAMPS_D8_PIN  10
34
+#define RAMPS_D9_PIN  12
35
+#define RAMPS_D10_PIN  9
36
+#define MOSFET_D_PIN   7
37
+
33
 #include "pins_RAMPS_13.h"
38
 #include "pins_RAMPS_13.h"
34
 
39
 
35
 #undef X_MAX_PIN
40
 #undef X_MAX_PIN
38
 #undef Z_ENABLE_PIN
43
 #undef Z_ENABLE_PIN
39
 #define Z_ENABLE_PIN      77 // 62
44
 #define Z_ENABLE_PIN      77 // 62
40
 
45
 
41
-#undef FAN_PIN
42
-#define FAN_PIN           12 //  4
43
-
44
-#undef HEATER_0_PIN
45
-#define HEATER_0_PIN       9 // 10
46
-
47
-#undef HEATER_1_PIN
48
-#define HEATER_1_PIN      10 //  9
49
-
50
 #undef TEMP_1_PIN
46
 #undef TEMP_1_PIN
51
 #define TEMP_1_PIN        14 // 15
47
 #define TEMP_1_PIN        14 // 15
52
 
48
 
56
 #define DIGIPOTSS_PIN     22
52
 #define DIGIPOTSS_PIN     22
57
 #define DIGIPOT_CHANNELS  { 4, 5, 3, 0, 1 }
53
 #define DIGIPOT_CHANNELS  { 4, 5, 3, 0, 1 }
58
 
54
 
59
-#undef FAN1_PIN
60
-#define FAN1_PIN          7
61
-
62
 #undef PS_ON_PIN             // 12
55
 #undef PS_ON_PIN             // 12
63
 #define PS_ON_PIN         81 // External Power Supply
56
 #define PS_ON_PIN         81 // External Power Supply
64
 
57
 

Loading…
Cancel
Save