wipe on loops

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever 2023-01-26 00:36:47 +08:00
parent 1f13b37f19
commit 854470cfba
7 changed files with 15 additions and 5 deletions

View file

@ -1837,7 +1837,8 @@ void TabPrint::build()
optgroup->append_single_option_line("seam_position", "Seam");
optgroup->append_single_option_line("seam_gap","Seam");
optgroup->append_single_option_line("role_based_wipe_speed","Seam");
optgroup->append_single_option_line("wipe_speed","Seam");
optgroup->append_single_option_line("wipe_speed", "Seam");
optgroup->append_single_option_line("wipe_on_loops","Seam");
optgroup = page->new_optgroup(L("Precision"), L"param_precision");