FIX: should not show enable_wrapping_detection in printer preset

jira: STUDIO-13848
Change-Id: I9d3c6b911721992e448b74e63b2b598f0240fa6e
(cherry picked from commit 849723d6ebce7c342e56d7e8bb4b932db5bc42aa)
This commit is contained in:
zhimin.zeng
2025-08-06 18:11:26 +08:00
committed by Noisyfox
parent 52e9e0ae08
commit e987a6bf82
2 changed files with 4 additions and 5 deletions

View File

@@ -4198,10 +4198,9 @@ void TabPrinter::build_fff()
optgroup->append_single_option_line("pellet_modded_printer", "pellet-flow-coefficient");
optgroup->append_single_option_line("bbl_use_printhost");
optgroup->append_single_option_line("scan_first_layer");
optgroup->append_single_option_line("enable_wrapping_detection");
option = optgroup->get_option("wrapping_exclude_area");
option.opt.full_width = true;
optgroup->append_single_option_line(option);
//option = optgroup->get_option("wrapping_exclude_area");
//option.opt.full_width = true;
//optgroup->append_single_option_line(option);
optgroup->append_single_option_line("disable_m73");
option = optgroup->get_option("thumbnails");
option.opt.full_width = true;