|
@ -399,8 +399,14 @@ const unsigned int dropsegments=5; //everything with less than this number of st |
|
|
// the moves are than replaced by the firmware controlled ones.
|
|
|
// the moves are than replaced by the firmware controlled ones.
|
|
|
|
|
|
|
|
|
// #define FWRETRACT //ONLY PARTIALLY TESTED
|
|
|
// #define FWRETRACT //ONLY PARTIALLY TESTED
|
|
|
#define MIN_RETRACT 0.1 //minimum extruded mm to accept a automatic gcode retraction attempt
|
|
|
#ifdef FWRETRACT |
|
|
|
|
|
#define MIN_RETRACT 0.1 //minimum extruded mm to accept a automatic gcode retraction attempt
|
|
|
|
|
|
#define RETRACT_LENGTH 3 //default retract length (positive mm)
|
|
|
|
|
|
#define RETRACT_FEEDRATE 80*60 //default feedrate for retracting
|
|
|
|
|
|
#define RETRACT_ZLIFT 0 //default retract Z-lift
|
|
|
|
|
|
#define RETRACT_RECOVER_LENGTH 0 //default additional recover length (mm, added to retract length when recovering)
|
|
|
|
|
|
#define RETRACT_RECOVER_FEEDRATE 8*60 //default feedrate for recovering from retraction
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
//adds support for experimental filament exchange support M600; requires display
|
|
|
//adds support for experimental filament exchange support M600; requires display
|
|
|
#ifdef ULTIPANEL |
|
|
#ifdef ULTIPANEL |
|
|