diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 01cb9e6fcd4d..2ba2e970b1b9 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -388,7 +388,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.