update wiki links(to place holders)

This commit is contained in:
SoftFever 2023-10-24 23:02:41 +08:00
parent ccf5c117ce
commit 5e0102e8ca
7 changed files with 14 additions and 11 deletions

View file

@ -2726,8 +2726,8 @@ void TabFilament::build()
optgroup = page->new_optgroup(L("Print chamber temperature"), L"param_chamber_temp");
optgroup->append_single_option_line("chamber_temperature", "chamber-temperature");
optgroup->append_single_option_line("activate_chamber_temp_control", "chamber-temperature");
optgroup->append_single_option_line("chamber_temperature", "Chamber-temperature");
optgroup->append_single_option_line("activate_chamber_temp_control", "Chamber-temperature");
optgroup->append_separator();
@ -2832,11 +2832,11 @@ void TabFilament::build()
optgroup->append_single_option_line("support_material_interface_fan_speed");
optgroup = page->new_optgroup(L("Auxiliary part cooling fan"), L"param_cooling_fan");
optgroup->append_single_option_line("additional_cooling_fan_speed", "auxiliary-fan");
optgroup->append_single_option_line("additional_cooling_fan_speed", "Auxiliary-fan");
optgroup = page->new_optgroup(L("Exhaust fan"),L"param_cooling_fan");
optgroup->append_single_option_line("activate_air_filtration", "air-filtration");
optgroup->append_single_option_line("activate_air_filtration", "Air-filtration(Exhaust-fan)");
line = {L("During print"), ""};
line.append_option(optgroup->get_option("during_print_exhaust_fan_speed"));
@ -3166,8 +3166,8 @@ void TabPrinter::build_fff()
optgroup->append_single_option_line("nozzle_type");
optgroup->append_single_option_line("nozzle_hrc");
optgroup->append_single_option_line("auxiliary_fan", "auxiliary-fan");
optgroup->append_single_option_line("support_chamber_temp_control", "chamber-temperature");
optgroup->append_single_option_line("support_air_filtration", "air-filtration");
optgroup->append_single_option_line("support_chamber_temp_control", "Chamber-temperature");
optgroup->append_single_option_line("support_air_filtration", "Air-filtration(Exhaust-fan)");
const int gcode_field_height = 15; // 150
const int notes_field_height = 25; // 250