Tweak thermal runaway and PIDs

Fix false positive thermal runaway on higher temperature prints with the fan on
This commit is contained in:
David Ramiro
2018-11-18 00:04:41 +01:00
parent 35de65ee1d
commit 3fc5663535
2 changed files with 7 additions and 7 deletions

View File

@@ -380,9 +380,9 @@
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
// i3 Mega
#define DEFAULT_Kp 17.5
#define DEFAULT_Ki 1.06
#define DEFAULT_Kd 72.39
#define DEFAULT_Kp 15.73
#define DEFAULT_Ki 0.90
#define DEFAULT_Kd 68.93
// Ultimaker
//#define DEFAULT_Kp 22.2