small ui change: retract/deretract speed on the same line

This commit is contained in:
supermerill 2020-08-09 15:48:41 +02:00
parent 882555895f
commit 8f2074cfca
2 changed files with 5 additions and 3 deletions

View File

@ -16,8 +16,10 @@ group:Retraction
setting:idx:retract_lift_below
setting:idx:retract_lift_not_last_layer
end_line
setting:idx:retract_speed
setting:idx:deretract_speed
line:"Retraction Speed"
setting:idx:retract_speed
setting:idx:label$Deretraction:deretract_speed
end_line
setting:idx:retract_restart_extra
setting:idx:retract_before_travel
setting:idx:retract_layer_change

View File

@ -3491,7 +3491,7 @@ void PrintConfigDef::init_fff_params()
" The number put in this setting increase the wipe by moving the nozzle again along the loop before the final wipe.");
def->min = 0;
def->sidetext = L("mm");
def->mode = comExpert;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloats{ 0.f });
def = this->add("wipe_tower_bridging", coFloat);