mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user