mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
wipe on loops
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
1f13b37f19
commit
854470cfba
7 changed files with 15 additions and 5 deletions
|
@ -2406,8 +2406,14 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("The wipe speed is same as the current extrusion role's speed.\n"
|
||||
"e.g. if wipe action is followed by a outer wall extrusion, the outer wall speed will be used for this wipe action.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("wipe_on_loops", coBool);
|
||||
def->label = L("Wipe on loops");
|
||||
def->tooltip = L("Make a little move inwards before leaving loop");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("wipe_speed", coFloatOrPercent);
|
||||
def->label = L("Wipe speed");
|
||||
def->tooltip = L("This setting will affect the speed of wipe."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue