chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7699f25
)
changed default EXTRUDE_MINTEMP to 170.
author
Erik van der Zalm
<erik@vdzalm.eu>
Sun, 12 Feb 2012 16:38:54 +0000
(17:38 +0100)
committer
Erik van der Zalm
<erik@vdzalm.eu>
Sun, 12 Feb 2012 16:38:54 +0000
(17:38 +0100)
Marlin/Configuration.h
patch
|
blob
|
history
diff --git
a/Marlin/Configuration.h
b/Marlin/Configuration.h
index 7288e8fb56ccfd36449d72498cf2eb32fd71af73..f0d8913631a51a1ad47ffd426106bb5b707f906b 100644
(file)
--- 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 1
9
0
+#define EXTRUDE_MINTEMP 1
7
0
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.
//===========================================================================