|
@@ -1555,14 +1555,14 @@
|
1555
|
1555
|
* Requires NOZZLE_PARK_FEATURE.
|
1556
|
1556
|
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
1557
|
1557
|
*/
|
1558
|
|
-//#define ADVANCED_PAUSE_FEATURE
|
|
1558
|
+#define ADVANCED_PAUSE_FEATURE
|
1559
|
1559
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
1560
|
1560
|
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate.
|
1561
|
|
- #define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract.
|
|
1561
|
+ #define PAUSE_PARK_RETRACT_LENGTH 4 // (mm) Initial retract.
|
1562
|
1562
|
// This short retract is done immediately, before parking the nozzle.
|
1563
|
1563
|
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // (mm/s) Unload filament feedrate. This can be pretty fast.
|
1564
|
1564
|
#define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
1565
|
|
- #define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // (mm) The length of filament for a complete unload.
|
|
1565
|
+ #define FILAMENT_CHANGE_UNLOAD_LENGTH 0 // (mm) The length of filament for a complete unload.
|
1566
|
1566
|
// For Bowden, the full length of the tube and nozzle.
|
1567
|
1567
|
// For direct drive, the full length of the nozzle.
|
1568
|
1568
|
// Set to 0 for manual unloading.
|