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