mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: add print_outer_first for wipe tower
and modify the min_depth_per_height jira: none Change-Id: I4860df661b4dd1f66677112d14e60560bc4a73be (cherry picked from commit 00810d685d01a91b5373f3315413aaef1fe49cbc)
This commit is contained in:
@@ -5993,6 +5993,12 @@ void PrintConfigDef::init_fff_params()
|
||||
"volumes below.");
|
||||
def->set_default_value(new ConfigOptionFloats { 70., 70., 70., 70., 70., 70., 70., 70., 70., 70. });
|
||||
|
||||
def = this->add("prime_tower_outer_first", coBool);
|
||||
def->label = L("Outer first");
|
||||
def->tooltip = L("The prime tower print outer first");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
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