Browse Source

changed default EXTRUDE_MINTEMP to 170.

Erik van der Zalm 13 years ago
parent
commit
fa2e1be0ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

97
 //this prevents dangerous Extruder moves, i.e. if the temperature is under the limit
97
 //this prevents dangerous Extruder moves, i.e. if the temperature is under the limit
98
 //can be software-disabled for whatever purposes by
98
 //can be software-disabled for whatever purposes by
99
 #define PREVENT_DANGEROUS_EXTRUDE
99
 #define PREVENT_DANGEROUS_EXTRUDE
100
-#define EXTRUDE_MINTEMP 190
100
+#define EXTRUDE_MINTEMP 170
101
 #define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
101
 #define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
102
 
102
 
103
 //===========================================================================
103
 //===========================================================================

Loading…
Cancel
Save