From 90fe1133418c70a7a6cfa41b209f176b5a09b643 Mon Sep 17 00:00:00 2001 From: "maosheng.wei" Date: Tue, 26 Sep 2023 21:18:19 +0800 Subject: [PATCH] ENH: add link Jira: XXXX Change-Id: Icd1417f10253d804a3098822fa377be2b1d42a17 --- src/slic3r/GUI/Tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index a4742b9fe..ca1f775d4 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -2044,7 +2044,7 @@ void TabPrint::build() 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("print_sequence", "sequent-print"); optgroup->append_single_option_line("spiral_mode", "spiral-vase"); optgroup->append_single_option_line("timelapse_type", "Timelapse");