From 5e0102e8ca3a020276b25a0ed8316dae36516331 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Tue, 24 Oct 2023 23:02:41 +0800 Subject: [PATCH] update wiki links(to place holders) --- doc/Air-filtration(Exhaust-fan).md | 1 + doc/Auxiliary-fan.md | 1 + doc/Chamber-temperature.md | 1 + doc/Print-settings.md | 8 ++++---- doc/{Print-settings => }/Seam.md | 0 src/slic3r/GUI/OptionsGroup.cpp | 2 +- src/slic3r/GUI/Tab.cpp | 12 ++++++------ 7 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 doc/Air-filtration(Exhaust-fan).md create mode 100644 doc/Auxiliary-fan.md create mode 100644 doc/Chamber-temperature.md rename doc/{Print-settings => }/Seam.md (100%) diff --git a/doc/Air-filtration(Exhaust-fan).md b/doc/Air-filtration(Exhaust-fan).md new file mode 100644 index 00000000000..6d3f66599c9 --- /dev/null +++ b/doc/Air-filtration(Exhaust-fan).md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/doc/Auxiliary-fan.md b/doc/Auxiliary-fan.md new file mode 100644 index 00000000000..6d3f66599c9 --- /dev/null +++ b/doc/Auxiliary-fan.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/doc/Chamber-temperature.md b/doc/Chamber-temperature.md new file mode 100644 index 00000000000..6d3f66599c9 --- /dev/null +++ b/doc/Chamber-temperature.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/doc/Print-settings.md b/doc/Print-settings.md index e442c9ee3bf..5d8f0166cab 100644 --- a/doc/Print-settings.md +++ b/doc/Print-settings.md @@ -1,6 +1,6 @@ Print settings: -* [Seam](Print-settings/Seam) -* [Axiliary fan](Print-settings/auxiliary-fan) -* [Chamber temperature](Print-settings/chamber-temperature) -* [Air filtration](Print-settings/air-filtration) \ No newline at end of file +* [Seam](Seam) +* [Axiliary fan](Auxiliary-fan) +* [Chamber temperature](Chamber-temperature) +* [Air filtration/Exhaust fan](Air-filtration(Exhaust-fan)) \ No newline at end of file diff --git a/doc/Print-settings/Seam.md b/doc/Seam.md similarity index 100% rename from doc/Print-settings/Seam.md rename to doc/Seam.md diff --git a/src/slic3r/GUI/OptionsGroup.cpp b/src/slic3r/GUI/OptionsGroup.cpp index 4358a85ba11..b78cd0b062f 100644 --- a/src/slic3r/GUI/OptionsGroup.cpp +++ b/src/slic3r/GUI/OptionsGroup.cpp @@ -1251,7 +1251,7 @@ wxString OptionsGroup::get_url(const std::string& path_end) str = str.Left(pos) + anchor; } // Orca: point to sf wiki for seam parameters - return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/Print-settings/%s", from_u8(path_end)); + return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/%s", from_u8(path_end)); } diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 53ebb870a4a..38e767257cb 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -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