From 7082aba68871ad1e7b41de2af800f675581ccbe5 Mon Sep 17 00:00:00 2001 From: cjw Date: Thu, 19 Dec 2024 16:43:50 +0800 Subject: [PATCH] =?UTF-8?q?ppt12=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slic3r/GUI/Tab.cpp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/slic3r/GUI/Tab.cpp b/slic3r/GUI/Tab.cpp index 9d5051ff1..a2487b987 100644 --- a/slic3r/GUI/Tab.cpp +++ b/slic3r/GUI/Tab.cpp @@ -2042,10 +2042,13 @@ void TabPrint::build() //optgroup->append_single_option_line("internal_bridge_support_thickness","parameter/strength-advance-settings"); page = add_options_page(L("Speed"), "empty"); - optgroup = page->new_optgroup(L("Initial layer speed"), L"param_speed_first", 15); + //xiamian+ + optgroup = page->new_optgroup("", L"param_speed",15); + //xiamian- + //optgroup = page->new_optgroup(L("Initial layer speed"), L"param_speed_first", 15); optgroup->append_single_option_line("initial_layer_speed"); optgroup->append_single_option_line("initial_layer_infill_speed"); - optgroup = page->new_optgroup(L("Other layers speed"), L"param_speed", 15); + //optgroup = page->new_optgroup(L("Other layers speed"), L"param_speed", 15); optgroup->append_single_option_line("outer_wall_speed"); optgroup->append_single_option_line("inner_wall_speed"); optgroup->append_single_option_line("small_perimeter_speed"); @@ -2067,10 +2070,10 @@ void TabPrint::build() optgroup->append_single_option_line("support_speed"); optgroup->append_single_option_line("support_interface_speed"); - optgroup = page->new_optgroup(L("Travel speed"), L"param_travel_speed", 15); + //optgroup = page->new_optgroup(L("Travel speed"), L"param_travel_speed", 15); optgroup->append_single_option_line("travel_speed"); - optgroup = page->new_optgroup(L("Acceleration"), L"param_acceleration", 15); + //optgroup = page->new_optgroup(L("Acceleration"), L"param_acceleration", 15); optgroup->append_single_option_line("default_acceleration"); optgroup->append_single_option_line("initial_layer_acceleration"); optgroup->append_single_option_line("outer_wall_acceleration"); @@ -2080,7 +2083,7 @@ void TabPrint::build() optgroup->append_single_option_line("accel_to_decel_enable"); optgroup->append_single_option_line("accel_to_decel_factor"); - optgroup = page->new_optgroup(L("Jerk(XY)"), L"param_acceleration", 15); + //optgroup = page->new_optgroup(L("Jerk(XY)"), L"param_acceleration", 15); optgroup->append_single_option_line("default_jerk"); optgroup->append_single_option_line("outer_wall_jerk"); optgroup->append_single_option_line("inner_wall_jerk");