|
@ -25,8 +25,8 @@ |
|
|
* Cohesion3D ReMix pin assignments |
|
|
* Cohesion3D ReMix pin assignments |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#ifndef TARGET_LPC1768 |
|
|
#if !defined(TARGET_LPC1768) && !defined(LPC1769) |
|
|
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE." |
|
|
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#define BOARD_NAME "Cohesion3D ReMix" |
|
|
#define BOARD_NAME "Cohesion3D ReMix" |
|
@ -115,7 +115,7 @@ |
|
|
#define HEATER_1_PIN P1_23 // FET 2
|
|
|
#define HEATER_1_PIN P1_23 // FET 2
|
|
|
#define HEATER_2_PIN P1_22 // FET 3
|
|
|
#define HEATER_2_PIN P1_22 // FET 3
|
|
|
#ifndef FAN_PIN |
|
|
#ifndef FAN_PIN |
|
|
#define FAN_PIN P2_06 // ReMix FET 4, Mini FET 3
|
|
|
#define FAN_PIN P2_06 // FET 4
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
@ -144,7 +144,7 @@ |
|
|
#undef HEATER_BED_PIN |
|
|
#undef HEATER_BED_PIN |
|
|
#define SPINDLE_LASER_PWM_PIN P2_05 // Bed FET
|
|
|
#define SPINDLE_LASER_PWM_PIN P2_05 // Bed FET
|
|
|
#undef FAN_PIN |
|
|
#undef FAN_PIN |
|
|
#define SPINDLE_DIR_PIN P2_06 // ReMix FET 4, Mini FET 3
|
|
|
#define SPINDLE_DIR_PIN P2_06 // FET 4
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|