mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 18:46:02 +08:00
small ui change: retract/deretract speed on the same line
This commit is contained in:
parent
882555895f
commit
8f2074cfca
@ -16,8 +16,10 @@ group:Retraction
|
|||||||
setting:idx:retract_lift_below
|
setting:idx:retract_lift_below
|
||||||
setting:idx:retract_lift_not_last_layer
|
setting:idx:retract_lift_not_last_layer
|
||||||
end_line
|
end_line
|
||||||
setting:idx:retract_speed
|
line:"Retraction Speed"
|
||||||
setting:idx:deretract_speed
|
setting:idx:retract_speed
|
||||||
|
setting:idx:label$Deretraction:deretract_speed
|
||||||
|
end_line
|
||||||
setting:idx:retract_restart_extra
|
setting:idx:retract_restart_extra
|
||||||
setting:idx:retract_before_travel
|
setting:idx:retract_before_travel
|
||||||
setting:idx:retract_layer_change
|
setting:idx:retract_layer_change
|
||||||
|
@ -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.");
|
" 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->min = 0;
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->mode = comExpert;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloats{ 0.f });
|
def->set_default_value(new ConfigOptionFloats{ 0.f });
|
||||||
|
|
||||||
def = this->add("wipe_tower_bridging", coFloat);
|
def = this->add("wipe_tower_bridging", coFloat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user