From a0af14fc8089734813d87c1ad4cc2e05161d6cbb Mon Sep 17 00:00:00 2001 From: SoftFever Date: Wed, 30 Nov 2022 22:54:48 +0800 Subject: [PATCH] fix build error --- src/slic3r/GUI/Tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 68099d351a..a2b54800ff 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -1889,7 +1889,7 @@ void TabPrint::build() optgroup->append_single_option_line("tree_support_wall_count"); optgroup->append_single_option_line("tree_support_with_infill"); optgroup->append_single_option_line("support_top_z_distance", "support#top-z-distance"); - optgroup->append_single_option_line("support_bottom_z_distance", "support#bottom-z-distance"); + //optgroup->append_single_option_line("support_bottom_z_distance", "support#bottom-z-distance"); optgroup->append_single_option_line("support_base_pattern", "support#base-pattern"); optgroup->append_single_option_line("support_base_pattern_spacing", "support#base-pattern"); //optgroup->append_single_option_line("support_angle");