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");