From 242cda28f6abe73e88a674ddc58c2d0db6c0f7c7 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 24 Apr 2018 12:31:30 -0400 Subject: [PATCH] Add all metal pid --- Marlin/Configuration.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f56a82d112..4778460ca0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -116,6 +116,7 @@ */ //#define BED_AC +//#define HotendAllMetal /** * Enable if you install a filament runout sensor from www.formbotusa.com */ @@ -412,10 +413,15 @@ // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it // Ultimaker - #define DEFAULT_Kp 22.2 - #define DEFAULT_Ki 1.08 - #define DEFAULT_Kd 114 - + #if(ENABLED(HotendAllMetal)) + #define DEFAULT_Kp 21.9 + #define DEFAULT_Ki 1.5 + #define DEFAULT_Kd 79.88 + #else + #define DEFAULT_Kp 22.2 + #define DEFAULT_Ki 1.08 + #define DEFAULT_Kd 114 + #endif // MakerGear //#define DEFAULT_Kp 7.0 //#define DEFAULT_Ki 0.1