|
@ -1238,11 +1238,11 @@ |
|
|
#define ADVANCED_PAUSE_FEATURE |
|
|
#define ADVANCED_PAUSE_FEATURE |
|
|
#if ENABLED(ADVANCED_PAUSE_FEATURE) |
|
|
#if ENABLED(ADVANCED_PAUSE_FEATURE) |
|
|
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate.
|
|
|
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate.
|
|
|
#define PAUSE_PARK_RETRACT_LENGTH 4 // (mm) Initial retract.
|
|
|
#define PAUSE_PARK_RETRACT_LENGTH 10 // (mm) Initial retract.
|
|
|
// This short retract is done immediately, before parking the nozzle.
|
|
|
// This short retract is done immediately, before parking the nozzle.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 41 // (mm/s) Unload filament feedrate. This can be pretty fast.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 41 // (mm/s) Unload filament feedrate. This can be pretty fast.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_LENGTH 600 // (mm) The length of filament for a complete unload.
|
|
|
#define FILAMENT_CHANGE_UNLOAD_LENGTH 750 // (mm) The length of filament for a complete unload.
|
|
|
// For Bowden, the full length of the tube and nozzle.
|
|
|
// For Bowden, the full length of the tube and nozzle.
|
|
|
// For direct drive, the full length of the nozzle.
|
|
|
// For direct drive, the full length of the nozzle.
|
|
|
// Set to 0 for manual unloading.
|
|
|
// Set to 0 for manual unloading.
|
|
@ -1254,16 +1254,16 @@ |
|
|
#define FILAMENT_CHANGE_FAST_LOAD_LENGTH 600 // (mm) Load length of filament, from extruder gear to nozzle.
|
|
|
#define FILAMENT_CHANGE_FAST_LOAD_LENGTH 600 // (mm) Load length of filament, from extruder gear to nozzle.
|
|
|
// For Bowden, the full length of the tube and nozzle.
|
|
|
// For Bowden, the full length of the tube and nozzle.
|
|
|
// For direct drive, the full length of the nozzle.
|
|
|
// For direct drive, the full length of the nozzle.
|
|
|
//#define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted.
|
|
|
#define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted.
|
|
|
#define ADVANCED_PAUSE_PURGE_FEEDRATE 3 // (mm/s) Extrude feedrate (after loading). Should be slower than load feedrate.
|
|
|
#define ADVANCED_PAUSE_PURGE_FEEDRATE 3 // (mm/s) Extrude feedrate (after loading). Should be slower than load feedrate.
|
|
|
#define ADVANCED_PAUSE_PURGE_LENGTH 20 // (mm) Length to extrude after loading.
|
|
|
#define ADVANCED_PAUSE_PURGE_LENGTH 150 // (mm) Length to extrude after loading.
|
|
|
// Set to 0 for manual extrusion.
|
|
|
// Set to 0 for manual extrusion.
|
|
|
// Filament can be extruded repeatedly from the Filament Change menu
|
|
|
// Filament can be extruded repeatedly from the Filament Change menu
|
|
|
// until extrusion is consistent, and to purge old filament.
|
|
|
// until extrusion is consistent, and to purge old filament.
|
|
|
#define ADVANCED_PAUSE_RESUME_PRIME 0 // (mm) Extra distance to prime nozzle after returning from park.
|
|
|
#define ADVANCED_PAUSE_RESUME_PRIME 0 // (mm) Extra distance to prime nozzle after returning from park.
|
|
|
|
|
|
|
|
|
// Filament Unload does a Retract, Delay, and Purge first:
|
|
|
// Filament Unload does a Retract, Delay, and Purge first:
|
|
|
#define FILAMENT_UNLOAD_RETRACT_LENGTH 4 // (mm) Unload initial retract length.
|
|
|
#define FILAMENT_UNLOAD_RETRACT_LENGTH 10 // (mm) Unload initial retract length.
|
|
|
#define FILAMENT_UNLOAD_DELAY 5000 // (ms) Delay for the filament to cool after retract.
|
|
|
#define FILAMENT_UNLOAD_DELAY 5000 // (ms) Delay for the filament to cool after retract.
|
|
|
#define FILAMENT_UNLOAD_PURGE_LENGTH 0 // (mm) An unretract is done, then this length is purged.
|
|
|
#define FILAMENT_UNLOAD_PURGE_LENGTH 0 // (mm) An unretract is done, then this length is purged.
|
|
|
|
|
|
|
|
|