Browse Source

Fix Trigorilla 1.4 missing spaces

oscarsan1 5 years ago
parent
commit
b35dc5f0b4
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

+ 3
- 3
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h View File

@@ -66,13 +66,13 @@
66 66
     #define RAMPS_D8_PIN     TRIGORILLA_FAN0_PIN
67 67
   #else
68 68
     // EEB
69
-    #define RAMPS_D8_PINTRIGORILLA_HEATER_BED_PIN
69
+    #define RAMPS_D8_PIN     TRIGORILLA_HEATER_BED_PIN
70 70
     #define FAN_PIN          TRIGORILLA_FAN0_PIN  // Override pin 4 in pins_RAMPS.h
71 71
   #endif
72 72
 #elif TEMP_SENSOR_BED
73 73
   // EFB (Anycubic Kossel default)
74 74
   #define RAMPS_D9_PIN       TRIGORILLA_FAN0_PIN
75
-  #define RAMPS_D8_PINTRIGORILLA_HEATER_BED_PIN
75
+  #define RAMPS_D8_PIN       TRIGORILLA_HEATER_BED_PIN
76 76
 #else
77 77
   // EFF
78 78
   #define RAMPS_D9_PIN       TRIGORILLA_FAN1_PIN
@@ -83,7 +83,7 @@
83 83
   #define FAN1_PIN           TRIGORILLA_FAN1_PIN
84 84
 #endif
85 85
 #define FAN2_PIN             TRIGORILLA_FAN2_PIN
86
-#define ORIG_E0_AUTO_FAN_PINTRIGORILLA_FAN2_PIN   // Used in Anycubic Kossel example config
86
+#define ORIG_E0_AUTO_FAN_PIN TRIGORILLA_FAN2_PIN   // Used in Anycubic Kossel example config
87 87
 
88 88
 #include "pins_RAMPS.h"
89 89
 

Loading…
Cancel
Save