* Auto filament change on CHANGEFILAMENT feature. Now you can activate this option that extrude filament until you press the button.

This commit is contained in:
paclema
2015-04-09 14:23:34 +02:00
committed by Richard Wackerbarth
parent 3eea5222cf
commit 8d295547be
2 changed files with 18 additions and 4 deletions

View File

@ -446,6 +446,9 @@ const unsigned int dropsegments=5; //everything with less than this number of st
#define FILAMENTCHANGE_ZADD 10
#define FILAMENTCHANGE_FIRSTRETRACT -2
#define FILAMENTCHANGE_FINALRETRACT -100
#define AUTO_FILAMENT_CHANGE //This extrude filament until you press the button on LCD
#define AUTO_FILAMENT_CHANGE_LENGTH 0.04 //Extrusion length on automatic extrusion loop
#define AUTO_FILAMENT_CHANGE_FEEDRATE 300 //Extrusion feedrate (mm/min) on automatic extrusion loop
#endif
#endif