|
|
@ -2482,7 +2482,7 @@
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Enable PARK_HEAD_ON_PAUSE to add the G-code M125 Pause and Park.
|
|
|
|
* Enable PARK_HEAD_ON_PAUSE to add the G-code M125 Pause and Park.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//#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 2 // (mm) Initial retract.
|
|
|
|
#define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract.
|
|
|
@ -2522,10 +2522,10 @@
|
|
|
|
//#define FILAMENT_CHANGE_RESUME_ON_INSERT // Automatically continue / load filament when runout sensor is triggered again.
|
|
|
|
//#define FILAMENT_CHANGE_RESUME_ON_INSERT // Automatically continue / load filament when runout sensor is triggered again.
|
|
|
|
//#define PAUSE_REHEAT_FAST_RESUME // Reduce number of waits by not prompting again post-timeout before continuing.
|
|
|
|
//#define PAUSE_REHEAT_FAST_RESUME // Reduce number of waits by not prompting again post-timeout before continuing.
|
|
|
|
|
|
|
|
|
|
|
|
//#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
|
|
|
|
#define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
|
|
|
|
//#define HOME_BEFORE_FILAMENT_CHANGE // If needed, home before parking for filament change
|
|
|
|
//#define HOME_BEFORE_FILAMENT_CHANGE // If needed, home before parking for filament change
|
|
|
|
|
|
|
|
|
|
|
|
//#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
|
|
|
|
#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
|
|
|
|
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
|
|
|
|
//#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
@ -3955,7 +3955,7 @@
|
|
|
|
* Host Prompt Support enables Marlin to use the host for user prompts so
|
|
|
|
* Host Prompt Support enables Marlin to use the host for user prompts so
|
|
|
|
* filament runout and other processes can be managed from the host side.
|
|
|
|
* filament runout and other processes can be managed from the host side.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//#define HOST_ACTION_COMMANDS
|
|
|
|
#define HOST_ACTION_COMMANDS
|
|
|
|
#if ENABLED(HOST_ACTION_COMMANDS)
|
|
|
|
#if ENABLED(HOST_ACTION_COMMANDS)
|
|
|
|
//#define HOST_PAUSE_M76
|
|
|
|
//#define HOST_PAUSE_M76
|
|
|
|
#define HOST_PROMPT_SUPPORT
|
|
|
|
#define HOST_PROMPT_SUPPORT
|
|
|
|