mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: add wipe_tower infll gap
and fix wipe error when enable timelapse and in single color and set rib wall as default jira: none Change-Id: Ic365bb7ee0ee6715c9d4f4f00b4bca9fd472c61a (cherry picked from commit 89b59f1c41e0f360457622438a09237bfa1eaa18)
This commit is contained in:
@@ -6073,7 +6073,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(false));
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("prime_tower_fillet_wall", coBool);
|
||||
def->label = L("fillet wall");
|
||||
@@ -6081,6 +6081,14 @@ void PrintConfigDef::init_fff_params()
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("prime_tower_infill_gap", coPercent);
|
||||
def->label = L("Infill gap");
|
||||
def->tooltip = L("Infill gap");
|
||||
def->sidetext = L("%");
|
||||
def->mode = comAdvanced;
|
||||
def->min = 100;
|
||||
def->set_default_value(new ConfigOptionPercent(150));
|
||||
|
||||
def = this->add("flush_into_infill", coBool);
|
||||
def->category = L("Flush options");
|
||||
def->label = L("Flush into objects' infill");
|
||||
|
||||
Reference in New Issue
Block a user