mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
ENH: update param's mode and tips
jira: none Change-Id: Ifb266f47e849f431ca92104249a5328d26734808 (cherry picked from commit 96516e8c042692ded35443bb40ae86f48e1264ae)
This commit is contained in:
@@ -5905,7 +5905,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def = this->add("prime_tower_enable_framework", coBool);
|
def = this->add("prime_tower_enable_framework", coBool);
|
||||||
def->label = L("Internal ribs");
|
def->label = L("Internal ribs");
|
||||||
def->tooltip = L("Enable internal ribs to increase the stability of the prime tower.");
|
def->tooltip = L("Enable internal ribs to increase the stability of the prime tower.");
|
||||||
def->mode = comSimple;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
def = this->add("flush_volumes_vector", coFloats);
|
def = this->add("flush_volumes_vector", coFloats);
|
||||||
@@ -6090,8 +6090,9 @@ void PrintConfigDef::init_fff_params()
|
|||||||
|
|
||||||
def = this->add("prime_tower_rib_wall", coBool);
|
def = this->add("prime_tower_rib_wall", coBool);
|
||||||
def->label = L("Rib wall");
|
def->label = L("Rib wall");
|
||||||
def->tooltip = L("The wall of prime tower will add four ribs");
|
def->tooltip = L("The wall of prime tower will add four ribs and make its "
|
||||||
def->mode = comAdvanced;
|
"cross-section as close to a square as possible, so the width will be fixed.");
|
||||||
|
def->mode = comSimple;
|
||||||
def->set_default_value(new ConfigOptionBool(true));
|
def->set_default_value(new ConfigOptionBool(true));
|
||||||
|
|
||||||
def = this->add("prime_tower_fillet_wall", coBool);
|
def = this->add("prime_tower_fillet_wall", coBool);
|
||||||
|
|||||||
Reference in New Issue
Block a user