Label in filament settings changed
This commit is contained in:
parent
24dc4c0f23
commit
71b4337036
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ void TabFilament::build()
|
||||||
};
|
};
|
||||||
optgroup->append_line(line);
|
optgroup->append_line(line);
|
||||||
|
|
||||||
optgroup = page->new_optgroup(_(L("Toolchange behaviour")));
|
optgroup = page->new_optgroup(_(L("Toolchange parameters with single extruder MM printers")));
|
||||||
optgroup->append_single_option_line("filament_loading_speed");
|
optgroup->append_single_option_line("filament_loading_speed");
|
||||||
optgroup->append_single_option_line("filament_unloading_speed");
|
optgroup->append_single_option_line("filament_unloading_speed");
|
||||||
optgroup->append_single_option_line("filament_toolchange_delay");
|
optgroup->append_single_option_line("filament_toolchange_delay");
|
||||||
|
|
Loading…
Reference in a new issue