Typo seal -> seam :-)

This commit is contained in:
Alessandro Ranellucci 2014-05-24 22:10:28 +02:00
parent 3df2488eca
commit 88a2e5c791
7 changed files with 32 additions and 32 deletions

View file

@ -9,7 +9,7 @@ use List::Util qw(first max);
our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_tool acceleration
adjust_overhang_flow standby_temperature scale rotate duplicate duplicate_grid
rotate scale duplicate_grid start_perimeters_at_concave_points start_perimeters_at_non_overhang
randomize_start);
randomize_start seal_position);
our $Options = print_config_def();
@ -142,7 +142,7 @@ sub _handle_legacy {
$value = "$value"; # force update of the PV value, workaround for bug https://rt.cpan.org/Ticket/Display.html?id=94110
}
if ($opt_key eq 'randomize_start' && $value) {
$opt_key = 'seal_position';
$opt_key = 'seam_position';
$value = 'random';
}