From 726b4156d10a4fd19ea9f1ff78ff0521d480928e Mon Sep 17 00:00:00 2001
From: Marek Bel <marek.bel@posta.cz>
Date: Thu, 24 Oct 2019 15:56:25 +0200
Subject: [PATCH 1/2] Shorten "Automatisches Laden Filament nur bei einge
 schaltetem Filament- sensor verfuegbar..." to fit on single screen.

---
 lang/lang_en_de.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/lang_en_de.txt b/lang/lang_en_de.txt
index 90181ebf..90ea6d15 100755
--- a/lang/lang_en_de.txt
+++ b/lang/lang_en_de.txt
@@ -72,7 +72,7 @@
 
 #MSG_AUTOLOADING_ONLY_IF_FSENS_ON c=20 r=4
 "Autoloading filament available only when filament sensor is turned on..."
-"Automatisches Laden Filament nur bei einge schaltetem Filament- sensor verfuegbar..."
+"Automatisches Laden Filament nur bei eingeschaltetem Fil. sensor verfuegbar..."
 
 #MSG_AUTOLOADING_ENABLED c=20 r=4
 "Autoloading filament is active, just press the knob and insert filament..."

From 023ce01f9d8d4b1437db2d0558082401cd21f326 Mon Sep 17 00:00:00 2001
From: Marek Bel <marek.bel@posta.cz>
Date: Thu, 24 Oct 2019 16:12:46 +0200
Subject: [PATCH 2/2] Version 3.8.1 final.

---
 Firmware/Configuration.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h
index 87b5023f..589d428a 100644
--- a/Firmware/Configuration.h
+++ b/Firmware/Configuration.h
@@ -16,8 +16,8 @@ extern uint16_t nPrinterType;
 extern PGM_P sPrinterName;
 
 // Firmware version
-#define FW_VERSION "3.8.1-RC1"
-#define FW_COMMIT_NR   2851
+#define FW_VERSION "3.8.1"
+#define FW_COMMIT_NR   2869
 // 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