Sfoglia il codice sorgente

Tweak CR-10 config/pins

Scott Lahteine 8 anni fa
parent
commit
35d5a7bdff

+ 1
- 1
Marlin/example_configurations/Creality/CR-10/Configuration.h Vedi File

74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76
 // build by the user have been successfully uploaded into firmware.
76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(Creality CR-10)" // Who made the changes.
78
 #define SHOW_BOOTSCREEN
78
 #define SHOW_BOOTSCREEN
79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80
 //#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
80
 //#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

+ 1
- 1
Marlin/pins_MELZI_CREALITY.h Vedi File

24
  * Melzi (Creality) pin assignments
24
  * Melzi (Creality) pin assignments
25
  */
25
  */
26
 
26
 
27
-#define BOARD_NAME "Melzi Creality"
27
+#define BOARD_NAME "Melzi (Creality)"
28
 
28
 
29
 #ifdef __AVR_ATmega1284P__
29
 #ifdef __AVR_ATmega1284P__
30
   #define LARGE_FLASH true
30
   #define LARGE_FLASH true

+ 1
- 1
Marlin/pins_MELZI_MAKR3D.h Vedi File

24
  * Melzi with ATmega1284 (MaKr3d version) pin assignments
24
  * Melzi with ATmega1284 (MaKr3d version) pin assignments
25
  */
25
  */
26
 
26
 
27
-#define BOARD_NAME "Melzi ATmega1284"
27
+#define BOARD_NAME "Melzi (ATmega1284)"
28
 
28
 
29
 #ifdef __AVR_ATmega1284P__
29
 #ifdef __AVR_ATmega1284P__
30
   #define LARGE_FLASH true
30
   #define LARGE_FLASH true

Loading…
Annulla
Salva