mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 01:45:53 +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_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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user