From 40f8583440b0e073f7cefa13d9a4f90207449fc0 Mon Sep 17 00:00:00 2001 From: "zhimin.zeng" Date: Wed, 30 Jul 2025 20:50:26 +0800 Subject: [PATCH] FIX: fix some show bug jira: none Change-Id: Ie0efd9a4d0c3c437ca803d1f7708510b28af31cd (cherry picked from commit c7863685f4d4555d51db902857c90dd10a94345f) --- 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 04ff84c89d..dc182b70ac 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -4199,7 +4199,7 @@ void TabPrinter::build_fff() optgroup->append_single_option_line("bbl_use_printhost"); optgroup->append_single_option_line("scan_first_layer"); optgroup->append_single_option_line("enable_wrapping_detection"); - optgroup->append_single_option_line("wrapping_detection_layers"); + //optgroup->append_single_option_line("wrapping_detection_layers"); //optgroup->append_single_option_line("wrapping_detection_path"); optgroup->append_single_option_line("disable_m73"); option = optgroup->get_option("thumbnails");