mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
update wiki links(to place holders)
This commit is contained in:
parent
ccf5c117ce
commit
5e0102e8ca
7 changed files with 14 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue