diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 96ee83ce0819..327eb3de7385 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -373,7 +373,7 @@ // or to allow moving the extruder regardless of the hotend temperature. // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! *** #define PREVENT_COLD_EXTRUSION -#define EXTRUDE_MINTEMP 170 +#define EXTRUDE_MINTEMP 160 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH. // Note that for Bowden Extruders a too-small value here may prevent loading.