ソースを参照

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
 //===========================================================================

読み込み中…
キャンセル
保存