mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 08:08:37 +00:00
🔧 CONFIGURE_FILAMENT_CHANGE - Optional M603 (#26613)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
4a9e102c2e
commit
6d407767e7
14 changed files with 42 additions and 32 deletions
Marlin/src/lcd/menu
|
@ -136,7 +136,7 @@ void menu_backlash();
|
|||
}
|
||||
#endif
|
||||
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
#if ENABLED(CONFIGURE_FILAMENT_CHANGE)
|
||||
constexpr float extrude_maxlength = TERN(PREVENT_LENGTHY_EXTRUDE, EXTRUDE_MAXLENGTH, 999);
|
||||
|
||||
EDIT_ITEM_FAST(float4, MSG_FILAMENT_UNLOAD, &fc_settings[active_extruder].unload_length, 0, extrude_maxlength);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue