mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: adjust the interaction of the rib_wall
jira: none Change-Id: I2462240304fc4ce4a1047d7c8ac818c209f15200 (cherry picked from commit 6567642e938a4edd4197535418aeb8be0bbc7c55) (cherry picked from commit 1f4d2cf714e70ab27ceaaeb75df02650f527b570)
This commit is contained in:
@@ -6064,7 +6064,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("rib wall");
|
||||
def->tooltip = L("The wall of prime tower will add four ribs");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("prime_tower_fillet_wall", coBool);
|
||||
def->label = L("fillet wall");
|
||||
|
||||
Reference in New Issue
Block a user