Merge branch 'main' into dev/p2s-pr

This commit is contained in:
SoftFever
2025-10-28 22:19:27 +08:00
committed by GitHub
9 changed files with 4 additions and 151 deletions

View File

@@ -5765,12 +5765,6 @@ void PrintConfigDef::init_fff_params()
def->max_literal = 35;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionPercent(30));
def = this->add("tree_support_adaptive_layer_height", coBool);
def->label = L("Adaptive layer height");
def->category = L("Quality");
def->tooltip = L("Enabling this option means the height of tree support layer except the first will be automatically calculated.");
def->set_default_value(new ConfigOptionBool(1));
def = this->add("tree_support_auto_brim", coBool);
def->label = L("Auto brim width");