Update the Hephestos 2 default config

This commit is contained in:
jbrazio
2016-03-21 18:20:29 +00:00
parent 40c7e5d4e7
commit 04e57e2b5e
3 changed files with 45 additions and 30 deletions

View File

@ -63,7 +63,7 @@
// if Kc is chosen well, the additional required power due to increased melting should be compensated.
#define PID_ADD_EXTRUSION_RATE
#if ENABLED(PID_ADD_EXTRUSION_RATE)
#define DEFAULT_Kc (1) //heating power=Kc*(e_speed)
#define DEFAULT_Kc (100) //heating power=Kc*(e_speed)
#define LPQ_MAX_LEN 50
#endif
#endif
@ -278,7 +278,7 @@
#define DEFAULT_MINSEGMENTTIME 20000
// If defined the movements slow down when the look ahead buffer is only half full
//#define SLOWDOWN
#define SLOWDOWN
// Frequency limit
// See nophead's blog for more info