From c1e57e3a9b00a6b74da31f67680acc1f59a0dc2f Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sat, 27 Apr 2019 09:42:49 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f0c12ea073..7cefc422e5 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -447,10 +447,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 18.74 - #define DEFAULT_Ki 0.71 - #define DEFAULT_Kd 123.56 - + #if ENABLED(PetsfangMicroswiss) + #define DEFAULT_Kp 18.74 + #define DEFAULT_Ki 0.71 + #define DEFAULT_Kd 123.56 + #else + #define DEFAULT_Kp 10.59 + #define DEFAULT_Ki 0.37 + #define DEFAULT_Kd 75.24 + #endif // MakerGear //#define DEFAULT_Kp 7.0 //#define DEFAULT_Ki 0.1