Changed Filament change pos to X0 Y-2.2 and ...
ZADD to 20 to get more clearance while runout or changing filament in low Z heights. With that ZADD value the highest change must be lower than 180mm Z height, otherwise there is a chance to fail the print.
This commit is contained in:
parent
7b0af5fbdb
commit
15f1b59d79
|
|
@ -150,8 +150,8 @@ CHANGE FILAMENT SETTINGS
|
|||
#define FILAMENTCHANGEENABLE
|
||||
#ifdef FILAMENTCHANGEENABLE
|
||||
#define FILAMENTCHANGE_XPOS 0
|
||||
#define FILAMENTCHANGE_YPOS 0
|
||||
#define FILAMENTCHANGE_ZADD 2
|
||||
#define FILAMENTCHANGE_YPOS -2.2
|
||||
#define FILAMENTCHANGE_ZADD 20
|
||||
#define FILAMENTCHANGE_FIRSTRETRACT -2
|
||||
#define FILAMENTCHANGE_FINALRETRACT -80
|
||||
|
||||
|
|
@ -390,7 +390,7 @@ THERMISTORS SETTINGS
|
|||
#define Z_BABYSTEP_MAX 0
|
||||
|
||||
#define PINDA_PREHEAT_X 70
|
||||
#define PINDA_PREHEAT_Y -3
|
||||
#define PINDA_PREHEAT_Y -2.2
|
||||
#define PINDA_PREHEAT_Z 1
|
||||
#define PINDA_HEAT_T 120 //time in s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue