wipe on loops

Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
SoftFever 2023-01-26 00:36:47 +08:00
parent 1f13b37f19
commit 854470cfba
7 changed files with 15 additions and 5 deletions

View file

@ -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."