mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: add back even-odd mode
Add back even-odd mode to support slicing 3DLabPrint airplane models Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Id3efcfb0ecf98350add7a19885750df74d4fdedd (cherry picked from commit 553371e61e35355b3a73694d4cf9acb179b2a427)
This commit is contained in:
parent
5791ca7e8d
commit
c1599aa138
7 changed files with 28 additions and 12 deletions
|
@ -1913,6 +1913,7 @@ void TabPrint::build()
|
|||
optgroup->append_single_option_line("flush_into_support", "reduce-wasting-during-filament-change#wipe-into-support-enabled-by-default");
|
||||
|
||||
optgroup = page->new_optgroup(L("Special mode"), L"param_special");
|
||||
optgroup->append_single_option_line("slicing_mode");
|
||||
optgroup->append_single_option_line("print_sequence");
|
||||
optgroup->append_single_option_line("spiral_mode", "spiral-vase");
|
||||
optgroup->append_single_option_line("timelapse_type", "Timelapse");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue