From e49d7899508187d57364d310c893cafb872a5221 Mon Sep 17 00:00:00 2001
From: Hans Raaf <hara@oderwat.de>
Date: Sat, 7 Jan 2017 23:05:35 +0100
Subject: [PATCH] Setting cold extrusion prevent on 160 as BDP can print with
 170!

---
 Marlin/Configuration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
index 96ee83ce0819..327eb3de7385 100644
--- a/Marlin/Configuration.h
+++ b/Marlin/Configuration.h
@@ -373,7 +373,7 @@
 // or to allow moving the extruder regardless of the hotend temperature.
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
 #define PREVENT_COLD_EXTRUSION
-#define EXTRUDE_MINTEMP 170
+#define EXTRUDE_MINTEMP 160
 
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
 // Note that for Bowden Extruders a too-small value here may prevent loading.