|
@@ -25,8 +25,8 @@
|
25
|
25
|
* Cohesion3D ReMix pin assignments
|
26
|
26
|
*/
|
27
|
27
|
|
28
|
|
-#ifndef TARGET_LPC1768
|
29
|
|
- #error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
|
|
28
|
+#if !defined(TARGET_LPC1768) && !defined(LPC1769)
|
|
29
|
+ #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
|
30
|
30
|
#endif
|
31
|
31
|
|
32
|
32
|
#define BOARD_NAME "Cohesion3D ReMix"
|
|
@@ -115,7 +115,7 @@
|
115
|
115
|
#define HEATER_1_PIN P1_23 // FET 2
|
116
|
116
|
#define HEATER_2_PIN P1_22 // FET 3
|
117
|
117
|
#ifndef FAN_PIN
|
118
|
|
- #define FAN_PIN P2_06 // ReMix FET 4, Mini FET 3
|
|
118
|
+ #define FAN_PIN P2_06 // FET 4
|
119
|
119
|
#endif
|
120
|
120
|
|
121
|
121
|
//
|
|
@@ -144,7 +144,7 @@
|
144
|
144
|
#undef HEATER_BED_PIN
|
145
|
145
|
#define SPINDLE_LASER_PWM_PIN P2_05 // Bed FET
|
146
|
146
|
#undef FAN_PIN
|
147
|
|
- #define SPINDLE_DIR_PIN P2_06 // ReMix FET 4, Mini FET 3
|
|
147
|
+ #define SPINDLE_DIR_PIN P2_06 // FET 4
|
148
|
148
|
#endif
|
149
|
149
|
|
150
|
150
|
//
|