Update Configuration.h

This commit is contained in:
Scott Lahteine 2017-11-16 23:18:55 -06:00 committed by GitHub
parent 7efffc1548
commit 2511e869e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,9 +425,8 @@
// It also enables the M302 command to set the minimum extrusion temperature
// or to allow moving the extruder regardless of the hotend temperature.
// *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
// A temp of 160 guards against false tripping when the extruder fan kicks on.
#define PREVENT_COLD_EXTRUSION
#define EXTRUDE_MINTEMP 160
#define EXTRUDE_MINTEMP 160 // 160 guards against false tripping when the extruder fan kicks on.
// This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
// Note that for Bowden Extruders a too-small value here may prevent loading.