mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW: add link to infill pattern
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I4a06d1443fc82efeff0ba3e94179914692b284c6 (cherry picked from commit 9e239305474d849343774a0af51876f4f82bcf99)
This commit is contained in:
parent
91d5ba2870
commit
f3744b8169
1 changed files with 3 additions and 3 deletions
|
@ -1802,9 +1802,9 @@ void TabPrint::build()
|
||||||
|
|
||||||
optgroup = page->new_optgroup(L("Infill"), L"param_infill");
|
optgroup = page->new_optgroup(L("Infill"), L"param_infill");
|
||||||
optgroup->append_single_option_line("sparse_infill_density");
|
optgroup->append_single_option_line("sparse_infill_density");
|
||||||
optgroup->append_single_option_line("sparse_infill_pattern");
|
optgroup->append_single_option_line("sparse_infill_pattern", "fill-patterns#infill types and their properties of sparse");
|
||||||
optgroup->append_single_option_line("top_surface_pattern");
|
optgroup->append_single_option_line("top_surface_pattern", "fill-patterns#Infill of the top surface and bottom surface");
|
||||||
optgroup->append_single_option_line("bottom_surface_pattern");
|
optgroup->append_single_option_line("bottom_surface_pattern", "fill-patterns#Infill of the top surface and bottom surface");
|
||||||
|
|
||||||
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
|
optgroup = page->new_optgroup(L("Advanced"), L"param_advanced");
|
||||||
optgroup->append_single_option_line("infill_wall_overlap");
|
optgroup->append_single_option_line("infill_wall_overlap");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue