We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 362797d + 436f5b5 commit 27a4081Copy full SHA for 27a4081
.gitignore
@@ -13,3 +13,6 @@ Firmware/Doc
13
/Firmware/variants/1_75mm_MK3-MMU-EINSy10a-E3Dv6full.h.bak
14
/Firmware/Marlin_main.cpp~RF12cfae7.TMP
15
/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h.bak
16
+/html
17
+/latex
18
+/Doxyfile
Firmware/Configuration.h
@@ -7,8 +7,8 @@
7
#define STR(x) STR_HELPER(x)
8
9
// Firmware version
10
-#define FW_VERSION "3.4.1-RC1"
11
-#define FW_COMMIT_NR 1354
+#define FW_VERSION "3.4.1"
+#define FW_COMMIT_NR 1356
12
// FW_VERSION_UNKNOWN means this is an unofficial build.
// The firmware should only be checked into github with this symbol.
#define FW_DEV_VERSION FW_VERSION_UNKNOWN
0 commit comments