mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-20 11:32:31 -07:00
Remove to Ignore small overhangs: Full update (#11073)
Ignore small overhangs Co-authored-by: Briella Bugs <72235413+briellabugs@users.noreply.github.com>
This commit is contained in:
parent
d87f8e3a88
commit
f0b89eadf4
4 changed files with 8 additions and 8 deletions
|
|
@ -5017,9 +5017,9 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("support_remove_small_overhang", coBool);
|
||||
def->label = L("Remove small overhangs");
|
||||
def->label = L("Ignore small overhangs");
|
||||
def->category = L("Support");
|
||||
def->tooltip = L("Remove small overhangs that possibly need no supports.");
|
||||
def->tooltip = L("Ignore small overhangs that possibly don't require support.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
|
|
|
|||
|
|
@ -2359,7 +2359,7 @@ void TabPrint::build()
|
|||
optgroup->append_single_option_line("raft_first_layer_expansion", "support_settings_support#initial-layer-expansion");
|
||||
optgroup->append_single_option_line("support_on_build_plate_only", "support_settings_support#on-build-plate-only");
|
||||
optgroup->append_single_option_line("support_critical_regions_only", "support_settings_support#support-critical-regions-only");
|
||||
optgroup->append_single_option_line("support_remove_small_overhang", "support_settings_support#remove-small-overhangs");
|
||||
optgroup->append_single_option_line("support_remove_small_overhang", "support_settings_support#ignore-small-overhangs");
|
||||
//optgroup->append_single_option_line("enforce_support_layers", "support_settings_support");
|
||||
|
||||
optgroup = page->new_optgroup(L("Raft"), L"param_raft");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue