From a02bacb30733dda37068a21467624d322c91480a Mon Sep 17 00:00:00 2001 From: sunsets <845944018@qq.com> Date: Thu, 28 Dec 2023 14:49:14 +0800 Subject: [PATCH] Update Tab.cpp This reverts commit 544d6d1456e380edab030890cf51037f254c3ff9. --- src/slic3r/GUI/Tab.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 754f6e2..fe61473 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -1670,6 +1670,7 @@ void TabPrint::build() optgroup->append_single_option_line("slicing_mode"); optgroup->append_single_option_line("resolution"); optgroup->append_single_option_line("gcode_resolution"); + optgroup->append_single_option_line("arc_fitting"); //w12 //optgroup->append_single_option_line("xy_size_compensation"); optgroup->append_single_option_line("xy_hole_compensation"); @@ -3248,7 +3249,7 @@ void TabPrinter::build_extruder_pages(size_t n_before_extruders) return sizer; }; - line = optgroup->create_single_option_line("extruder_colour", "", extruder_idx); + Line line = optgroup->create_single_option_line("extruder_colour", "", extruder_idx); line.append_widget(reset_to_filament_color); optgroup->append_line(line);