From b57a369fbcd4d4819f660601bf80c4c824a9b4d6 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Thu, 16 Sep 2021 07:31:08 -0500 Subject: [PATCH] loading PLA at a higher temp of 200 --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index bdf919601..a866d1c94 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2428,7 +2428,7 @@ // Preheat Constants - Up to 5 are supported without changes // #define PREHEAT_1_LABEL "PLA" -#define PREHEAT_1_TEMP_HOTEND 190 +#define PREHEAT_1_TEMP_HOTEND 200 #define PREHEAT_1_TEMP_BED 65 #define PREHEAT_1_TEMP_CHAMBER 35 #define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255