Split TRIGORILLA into 1.3 and 1.4

This commit is contained in:
Scott Lahteine
2018-04-02 22:11:38 -05:00
parent 80e29492c6
commit 2be5fe5ddf
4 changed files with 49 additions and 14 deletions

View File

@@ -21,27 +21,19 @@
*/
/**
* Arduino Mega with RAMPS v1.4 for Anycubic
*
* Defines RAMPS_D44_PIN 44
* Defines FAN_PIN RAMPS_D44_PIN or -1
* Arduino Mega with RAMPS v1.3 for Anycubic
*/
#ifndef BOARD_NAME
#define BOARD_NAME "Anycubic RAMPS 1.4"
#define BOARD_NAME "Anycubic RAMPS 1.3"
#endif
#define IS_RAMPS_EFB
#define RAMPS_D9_PIN 44
#define ORIG_E0_AUTO_FAN_PIN RAMPS_D9_PIN
#include "pins_RAMPS_13.h"
#undef FAN_PIN
#define RAMPS_D44_PIN 44
#define FAN_PIN RAMPS_D44_PIN
#undef ORIG_E0_AUTO_FAN_PIN
#define ORIG_E0_AUTO_FAN_PIN RAMPS_D44_PIN
#undef E1_STEP_PIN
#undef E1_DIR_PIN
#undef E1_ENABLE_PIN