Skip to content

Commit 1e44132

Browse files
committed
PT100 - new PID's
1 parent 5f32523 commit 1e44132

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Marlin/Configuration.h

+8-3
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,14 @@
493493
//#define DEFAULT_Kd 440
494494

495495
// Sapphire Pro stock hotend AutoTuned
496-
#define DEFAULT_Kp 18
497-
#define DEFAULT_Ki 1.3
498-
#define DEFAULT_Kd 61
496+
//#define DEFAULT_Kp 18
497+
//#define DEFAULT_Ki 1.3
498+
//#define DEFAULT_Kd 61
499+
500+
// Sapphire Pro stock hotend with PT100 AutoTuned
501+
#define DEFAULT_Kp 16
502+
#define DEFAULT_Ki 3
503+
#define DEFAULT_Kd 22
499504

500505
#endif // PIDTEMP
501506

0 commit comments

Comments
 (0)