Skip to content

Commit

Permalink
Config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzmax committed Feb 4, 2020
1 parent 0440ae2 commit 5732cf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
* 998 : Dummy Table that ALWAYS reads 25°C or the temperature defined below.
* 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
*/
#define TEMP_SENSOR_0 21 // I'm using PT100. Set 1 for stock thermistor
#define TEMP_SENSOR_0 20 // I'm using PT100. Set 1 for stock thermistor
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
Expand Down Expand Up @@ -504,10 +504,10 @@
//#define DEFAULT_Ki 1.3
//#define DEFAULT_Kd 61

// Sapphire Pro stock hotend with PT100 AutoTuned
#define DEFAULT_Kp 16.61
#define DEFAULT_Ki 2.41
#define DEFAULT_Kd 28.63
// Sapphire Pro stock hotend with PT100 manually tuned
#define DEFAULT_Kp 19
#define DEFAULT_Ki 2
#define DEFAULT_Kd 180

#endif // PIDTEMP

Expand Down

0 comments on commit 5732cf6

Please sign in to comment.