File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 407
407
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
408
408
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
409
409
*/
410
- #define TEMP_SENSOR_0 21 // I'm using PT100. Set 1 for stock thermistor
410
+ #define TEMP_SENSOR_0 20 // I'm using PT100. Set 1 for stock thermistor
411
411
#define TEMP_SENSOR_1 0
412
412
#define TEMP_SENSOR_2 0
413
413
#define TEMP_SENSOR_3 0
504
504
//#define DEFAULT_Ki 1.3
505
505
//#define DEFAULT_Kd 61
506
506
507
- // Sapphire Pro stock hotend with PT100 AutoTuned
508
- #define DEFAULT_Kp 16.61
509
- #define DEFAULT_Ki 2.41
510
- #define DEFAULT_Kd 28.63
507
+ // Sapphire Pro stock hotend with PT100 manually tuned
508
+ #define DEFAULT_Kp 19
509
+ #define DEFAULT_Ki 2
510
+ #define DEFAULT_Kd 180
511
511
512
512
#endif // PIDTEMP
513
513
You can’t perform that action at this time.
0 commit comments