From 24d0b522a89d2e66d52b3a13f44e8101514f35e2 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Tue, 26 Sep 2023 18:58:06 +0800 Subject: [PATCH] ENH: add param link for chamber temp jira:STUDIO-3518 Signed-off-by: xun.zhang Change-Id: I275d1006f7478a4d5b5d6854513a50025f46d670 --- 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 193da16779..6215990b26 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -2644,7 +2644,7 @@ void TabFilament::build() optgroup = page->new_optgroup(L("Print temperature"), L"param_temperature"); - optgroup->append_single_option_line("chamber_temperatures"); + optgroup->append_single_option_line("chamber_temperatures","chamber-temperature"); line = { L("Nozzle"), L("Nozzle temperature when printing") }; line.append_option(optgroup->get_option("nozzle_temperature_initial_layer"));