Skip to content
Snippets Groups Projects
Commit ca7b2f57 authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Fix condition on tool change filament swap menu (#13190)

parent 208ab8b3
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ static void lcd_factory_settings() {
void menu_tool_change() {
START_MENU();
MENU_BACK(MSG_MAIN);
#if ENABLED(TOOLCHANGE_PARK)
#if ENABLED(TOOLCHANGE_FILAMENT_SWAP)
MENU_ITEM_EDIT(float3, MSG_FILAMENT_SWAP_LENGTH, &toolchange_settings.swap_length, 0, 200);
MENU_MULTIPLIER_ITEM_EDIT(int4, MSG_SINGLENOZZLE_RETRACT_SPD, &toolchange_settings.retract_speed, 10, 5400);
MENU_MULTIPLIER_ITEM_EDIT(int4, MSG_SINGLENOZZLE_PRIME_SPD, &toolchange_settings.prime_speed, 10, 5400);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment