From: Erik van der Zalm Date: Sun, 12 Feb 2012 16:38:54 +0000 (+0100) Subject: changed default EXTRUDE_MINTEMP to 170. X-Git-Tag: iwj-success-2012-07-29~106 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fa2e1be0ca890cd4112dbb951b9297bb38a42f2d;p=marlin.git changed default EXTRUDE_MINTEMP to 170. --- diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7288e8f..f0d8913 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -97,7 +97,7 @@ //this prevents dangerous Extruder moves, i.e. if the temperature is under the limit //can be software-disabled for whatever purposes by #define PREVENT_DANGEROUS_EXTRUDE -#define EXTRUDE_MINTEMP 190 +#define EXTRUDE_MINTEMP 170 #define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances. //===========================================================================