From 3a5d473aae18ef8caaccc73617b9423f90cce7bd Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Wed, 11 Jun 2025 12:05:57 +0800 Subject: [PATCH] ENH: hide filament flush related params temperarily jira: none Signed-off-by: xun.zhang Change-Id: I9daec5cc4a25b5bad15d57f71d800a6b6ebbb9b4 (cherry picked from commit 2758a093cf8ece4de01d777f5ff35c259577aa51) --- src/slic3r/GUI/Tab.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 68e2ee5c7b..0640648c5c 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -3850,8 +3850,8 @@ void TabFilament::build() optgroup->append_single_option_line("filament_minimal_purge_on_wipe_tower"); optgroup = page->new_optgroup(L("Multi Filament")); - optgroup->append_single_option_line("filament_flush_temp", "", 0); - optgroup->append_single_option_line("filament_flush_volumetric_speed", "", 0); + // optgroup->append_single_option_line("filament_flush_temp", "", 0); + // optgroup->append_single_option_line("filament_flush_volumetric_speed", "", 0); optgroup->append_single_option_line("long_retractions_when_ec", "" , 0); optgroup->append_single_option_line("retraction_distances_when_ec", "" , 0);