0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-11 08:08:37 +00:00

🔧 CONFIGURE_FILAMENT_CHANGE - Optional M603 ()

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
plampix 2024-01-03 16:43:18 +01:00 committed by GitHub
parent 4a9e102c2e
commit 6d407767e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 42 additions and 32 deletions
Marlin/src/lcd/menu

View file

@ -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);