Skip to content

Commit

Permalink
Update Marlin/Configuration.h
Browse files Browse the repository at this point in the history
Ultimaker PID values for extruder temp control - they work much better and are the same as in the older version of the firmware
  • Loading branch information
fsantini committed Feb 27, 2013
1 parent 001ad96 commit aa73bdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@

// If you are using a preconfigured 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
#define DEFAULT_Kp 22.2
#define DEFAULT_Ki 1.08
#define DEFAULT_Kd 114

// Makergear
#define DEFAULT_Kp 7.0
#define DEFAULT_Ki 0.1
#define DEFAULT_Kd 12
// #define DEFAULT_Kp 7.0
// #define DEFAULT_Ki 0.1
// #define DEFAULT_Kd 12

// Mendel Parts V9 on 12V
// #define DEFAULT_Kp 63.0
Expand Down

0 comments on commit aa73bdc

Please sign in to comment.