Activate 'filament run out support' and...

...change the filament change position from X211 to X0 which helps with
low Z height filament changes or run-outs...defined MY PID settings for
nozzle and bed.
This commit is contained in:
3d-gussner 2017-04-21 11:01:28 +02:00
parent bd44db5a37
commit dec62576e3
1 changed files with 24 additions and 8 deletions

View File

@ -100,9 +100,17 @@ EXTRUDER SETTINGS
#define DEFAULT_Kd 73.76 #define DEFAULT_Kd 73.76
#else #else
// Define PID constants for extruder // Define PID constants for extruder
#define DEFAULT_Kp 40.925 //#define DEFAULT_Kp 40.925 //orig
#define DEFAULT_Ki 4.875 //#define DEFAULT_Ki 4.875 //orig
#define DEFAULT_Kd 86.085 //#define DEFAULT_Kd 86.085 //orig
#define DEFAULT_Kp 22.39 //205C
#define DEFAULT_Ki 1.98 //205C
#define DEFAULT_Kd 63.27 //205C
//#define DEFAULT_Kp 23.68 //255C
//#define DEFAULT_Ki 1.98 //255C
//#define DEFAULT_Kd 70.80 //255C
#endif #endif
// Extrude mintemp // Extrude mintemp
@ -141,7 +149,7 @@ CHANGE FILAMENT SETTINGS
// Filament change configuration // Filament change configuration
#define FILAMENTCHANGEENABLE #define FILAMENTCHANGEENABLE
#ifdef FILAMENTCHANGEENABLE #ifdef FILAMENTCHANGEENABLE
#define FILAMENTCHANGE_XPOS 211 #define FILAMENTCHANGE_XPOS 0
#define FILAMENTCHANGE_YPOS 0 #define FILAMENTCHANGE_YPOS 0
#define FILAMENTCHANGE_ZADD 2 #define FILAMENTCHANGE_ZADD 2
#define FILAMENTCHANGE_FIRSTRETRACT -2 #define FILAMENTCHANGE_FIRSTRETRACT -2
@ -164,7 +172,7 @@ ADDITIONAL FEATURES SETTINGS
*------------------------------------*/ *------------------------------------*/
// Define Prusa filament runout sensor // Define Prusa filament runout sensor
//#define FILAMENT_RUNOUT_SUPPORT #define FILAMENT_RUNOUT_SUPPORT
#ifdef FILAMENT_RUNOUT_SUPPORT #ifdef FILAMENT_RUNOUT_SUPPORT
#define FILAMENT_RUNOUT_SENSOR 1 #define FILAMENT_RUNOUT_SENSOR 1
@ -258,9 +266,17 @@ BED SETTINGS
#define DEFAULT_bedKi 1.60 #define DEFAULT_bedKi 1.60
#define DEFAULT_bedKd 73.76 #define DEFAULT_bedKd 73.76
#else #else
#define DEFAULT_bedKp 126.13 //#define DEFAULT_bedKp 126.13 //orig
#define DEFAULT_bedKi 4.30 //#define DEFAULT_bedKi 4.30 //orig
#define DEFAULT_bedKd 924.76 //#define DEFAULT_bedKd 924.76 //orig
#define DEFAULT_bedKp 63.31 //55C
#define DEFAULT_bedKi 2.93 //55C
#define DEFAULT_bedKd 342.28 //55C
//#define DEFAULT_bedKp 107.61 //100C
//#define DEFAULT_bedKi 4.7 //100C
//#define DEFAULT_bedKd 609.26 //100C
#endif #endif
//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+) //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)