From b5b5d00406e3e45810ddd41ff88e052b194d4ea8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 28 Sep 2020 17:24:43 -0500 Subject: [PATCH] Ender 3 V2 PID label --- config/examples/Creality/Ender-3 V2/Configuration.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/examples/Creality/Ender-3 V2/Configuration.h b/config/examples/Creality/Ender-3 V2/Configuration.h index 6c6d36758d..5808499c1d 100644 --- a/config/examples/Creality/Ender-3 V2/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/Configuration.h @@ -533,10 +533,9 @@ //#define MIN_BED_POWER 0 //#define PID_BED_DEBUG // Sends debug data to the serial port. - // 120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) - // from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10) + // Ender 3 V2 #define DEFAULT_bedKp 462.10 - #define DEFAULT_bedKi 85.47 + #define DEFAULT_bedKi 85.47 #define DEFAULT_bedKd 624.59 // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.