Ver código fonte

changed default EXTRUDE_MINTEMP to 170.

Erik van der Zalm 13 anos atrás
pai
commit
fa2e1be0ca
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Ver arquivo

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

Carregando…
Cancelar
Salvar