From 851f4759756509cd599127951e4d86b50bc566e9 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 17 Feb 2023 23:17:47 +0800 Subject: [PATCH] Move precise wall to Precision category Signed-off-by: SoftFever --- 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 d6df9062d0..e5cfc34633 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -1848,6 +1848,7 @@ void TabPrint::build() optgroup->append_single_option_line("xy_hole_compensation"); optgroup->append_single_option_line("xy_contour_compensation"); optgroup->append_single_option_line("elefant_foot_compensation"); + optgroup->append_single_option_line("precise_outer_wall"); optgroup = page->new_optgroup(L("Ironing"), L"param_ironing"); optgroup->append_single_option_line("ironing_type"); @@ -1866,7 +1867,6 @@ void TabPrint::build() optgroup = page->new_optgroup(L("Advanced"), L"param_advanced"); optgroup->append_single_option_line("wall_infill_order"); - optgroup->append_single_option_line("precise_outer_wall"); optgroup->append_single_option_line("print_flow_ratio"); optgroup->append_single_option_line("bridge_flow"); optgroup->append_single_option_line("bridge_density");