From 2511e869e2f2be925ca021902399cd31b05eae5c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 16 Nov 2017 23:18:55 -0600 Subject: [PATCH] Update Configuration.h --- Marlin/example_configurations/Anet/A8/Configuration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Marlin/example_configurations/Anet/A8/Configuration.h b/Marlin/example_configurations/Anet/A8/Configuration.h index ae7d0fa14..a54d83e36 100644 --- a/Marlin/example_configurations/Anet/A8/Configuration.h +++ b/Marlin/example_configurations/Anet/A8/Configuration.h @@ -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.