Browse Source

Fix Trigorilla 1.4 pins

See #11097
Scott Lahteine 7 years ago
parent
commit
f9a090b2cf
1 changed files with 1 additions and 6 deletions
  1. 1
    6
      Marlin/src/pins/pins_TRIGORILLA_14.h

+ 1
- 6
Marlin/src/pins/pins_TRIGORILLA_14.h View File

33
 #define FAN2_PIN             44
33
 #define FAN2_PIN             44
34
 #define ORIG_E0_AUTO_FAN_PIN 44
34
 #define ORIG_E0_AUTO_FAN_PIN 44
35
 
35
 
36
-#include "pins_RAMPS_13.h"
37
-
38
-#undef E1_STEP_PIN
39
-#undef E1_DIR_PIN
40
-#undef E1_ENABLE_PIN
41
-#undef E1_CS_PIN
36
+#include "pins_RAMPS_14.h"

Loading…
Cancel
Save