Преглед изворни кода

changed default EXTRUDE_MINTEMP to 170.

Erik van der Zalm пре 13 година
родитељ
комит
fa2e1be0ca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Прегледај датотеку

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

Loading…
Откажи
Сачувај