Browse Source

Uppercase pins filename

Scott Lahteine 6 years ago
parent
commit
fa3b5fb059

+ 1
- 1
Marlin/src/core/boards.h View File

@@ -86,7 +86,7 @@
86 86
 #define BOARD_TRIGORILLA_14     443   // TriGorilla Anycubic version 1.4 based on RAMPS EFB
87 87
 #define BOARD_RAMPS_ENDER_4     243   // Creality: Ender-4, CR-8
88 88
 #define BOARD_RAMPS_CREALITY    244   // Creality: CR10S, CR20, CR-X
89
-#define BOARD_RAMPS_Dagoma      245   // Dagoma F5
89
+#define BOARD_RAMPS_DAGOMA      245   // Dagoma F5
90 90
 #define BOARD_FYSETC_F6_13      541   // Fysetc F6
91 91
 #define BOARD_DUPLICATOR_I3_PLUS 31   // Wanhao Duplicator i3 Plus
92 92
 #define BOARD_VORON             441   // VORON Design

+ 2
- 2
Marlin/src/pins/pins.h View File

@@ -160,8 +160,8 @@
160 160
   #include "pins_RAMPS_ENDER_4.h"     // ATmega2560                                 env:megaatmega2560
161 161
 #elif MB(RAMPS_CREALITY)
162 162
   #include "pins_RAMPS_CREALITY.h"    // ATmega2560                                 env:megaatmega2560
163
-#elif MB(RAMPS_Dagoma)
164
-  #include "pins_RAMPS_Dagoma.h"    // ATmega2560                                 env:megaatmega2560
163
+#elif MB(RAMPS_DAGOMA)
164
+  #include "pins_RAMPS_DAGOMA.h"      // ATmega2560                                 env:megaatmega2560
165 165
 #elif MB(FYSETC_F6_13)
166 166
   #include "pins_FYSETC_F6_13.h"      // ATmega2560                                 env:fysetc_f6_13
167 167
 #elif MB(DUPLICATOR_I3_PLUS)

Marlin/src/pins/pins_RAMPS_Dagoma.h → Marlin/src/pins/pins_RAMPS_DAGOMA_.h View File


+ 1
- 1
config/examples/Dagoma/Disco Ultimate/Configuration.h View File

@@ -132,7 +132,7 @@
132 132
 // The following define selects which electronics board you have.
133 133
 // Please choose the name from boards.h that matches your setup
134 134
 #ifndef MOTHERBOARD
135
-  #define MOTHERBOARD BOARD_RAMPS_Dagoma
135
+  #define MOTHERBOARD BOARD_RAMPS_DAGOMA
136 136
 #endif
137 137
 
138 138
 // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save