Skip to content

Commit

Permalink
changed default EXTRUDE_MINTEMP to 170.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZalm committed Feb 12, 2012
1 parent 7699f25 commit fa2e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 190
#define EXTRUDE_MINTEMP 170
#define EXTRUDE_MAXLENGTH (X_MAX_LENGTH+Y_MAX_LENGTH) //prevent extrusion of very large distances.

//===========================================================================
Expand Down

0 comments on commit fa2e1be

Please sign in to comment.