Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CopterTec committed Dec 18, 2019
1 parent c15f1fe commit 4296b42
Show file tree
Hide file tree
Showing 24 changed files with 21,634 additions and 0 deletions.
Binary file added Logo/bootscreen.bmp
Binary file not shown.
Binary file added Logo/bootscreen.xcf
Binary file not shown.
Binary file added Logo/statusscreen.bmp
Binary file not shown.
Binary file added Logo/statusscreen.xcf
Binary file not shown.
1 change: 1 addition & 0 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
#define BOARD_GT2560_V3_A20 1318 // Geeetech GT2560 Rev B for A20(M/D)
#define BOARD_EINSTART_S 1319 // Einstart retrofit
#define BOARD_WANHAO_ONEPLUS 1320 // Wanhao 0ne+ i3 Mini
#define BOARD_SOVOL_SV01 1321 // SOVOL SV01

//
// ATmega1281, ATmega2561
Expand Down
1 change: 1 addition & 0 deletions Marlin/src/lcd/menu/menu_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ void menu_info_board() {
STATIC_ITEM_P(PSTR(SHORT_BUILD_VERSION)); // x.x.x-Branch
STATIC_ITEM_P(PSTR(STRING_DISTRIBUTION_DATE)); // YYYY-MM-DD HH:MM
STATIC_ITEM_P(PSTR(MACHINE_NAME)); // My3DPrinter
STATIC_ITEM_P(PSTR(STRING_CONFIG_H_AUTHOR)); // Author info
STATIC_ITEM_P(PSTR(WEBSITE_URL)); // www.my3dprinter.com
char buffer[21];
VALUE_ITEM_P(MSG_INFO_EXTRUDERS, STRINGIFY(EXTRUDERS), SS_CENTER); // Extruders: 2
Expand Down
Loading

0 comments on commit 4296b42

Please sign in to comment.