ENH: add param link for chamber temp

jira:STUDIO-3518

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I275d1006f7478a4d5b5d6854513a50025f46d670
This commit is contained in:
xun.zhang 2023-09-26 18:58:06 +08:00 committed by Lane.Wei
parent 85fd225e48
commit 24d0b522a8

View file

@ -2644,7 +2644,7 @@ void TabFilament::build()
optgroup = page->new_optgroup(L("Print temperature"), L"param_temperature"); 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 = { L("Nozzle"), L("Nozzle temperature when printing") };
line.append_option(optgroup->get_option("nozzle_temperature_initial_layer")); line.append_option(optgroup->get_option("nozzle_temperature_initial_layer"));