Add all metal pid

This commit is contained in:
InsanityAutomation
2018-04-24 12:31:30 -04:00
parent 0dc4a5d928
commit 242cda28f6
+10 -4
View File
@@ -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