Skip to content
Snippets Groups Projects
Commit eeab4141 authored by Victor Tseng's avatar Victor Tseng Committed by Scott Lahteine
Browse files

[2.0.x] Anycubic Trigorilla 14 pins tweak (#11869)

parent cb9dc566
No related branches found
No related tags found
No related merge requests found
...@@ -28,26 +28,23 @@ ...@@ -28,26 +28,23 @@
#define BOARD_NAME "Anycubic RAMPS 1.4" #define BOARD_NAME "Anycubic RAMPS 1.4"
#endif #endif
#define IS_RAMPS_EFB // Remap MOSFET pins to common usages
#if HOTENDS > 1
// FAN0 / D9 - Typically used for the part fan on Anycubic Delta devices #define RAMPS_D9_PIN 45 // EEB, EEF
#define FAN_PIN 9 #if !TEMP_SENSOR_BED
#define RAMPS_D8_PIN 9 // EEF
// FAN1 / D7 - Typically unused, can be allocated as Case Fan #endif
#elif TEMP_SENSOR_BED
#define FAN1_PIN 7 // EFB
#else
#define FAN2_PIN 44 // EFF
#endif
// FAN2 / D44 - Typical Extruder Fan on Anycubic Delta devices // D44 - Typical Extruder Fan on Anycubic Delta devices
#define FAN2_PIN 44
#define ORIG_E0_AUTO_FAN_PIN 44 #define ORIG_E0_AUTO_FAN_PIN 44
#include "pins_RAMPS.h" #include "pins_RAMPS.h"
// TODO 1.4 boards do have an E1 stepper driver. However the pin definitions
// from pins_RAMPS.h are incorrect for this board. e.g., Pin 44 is the Extruder fan.
#undef E1_STEP_PIN
#undef E1_DIR_PIN
#undef E1_ENABLE_PIN
#undef E1_CS_PIN
// //
// AnyCubic made the following changes to 1.1.0-RC8 // AnyCubic made the following changes to 1.1.0-RC8
// If these are appropriate for your LCD let us know. // If these are appropriate for your LCD let us know.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment