Minor GUI fix in the prompt for solid rectilinear infill. #3610

This commit is contained in:
Alessandro Ranellucci 2016-12-15 11:50:58 +01:00
parent 43c62d468c
commit 376df2e3f2

View File

@ -806,7 +806,7 @@ sub _update {
my $new_conf = Slic3r::Config->new; my $new_conf = Slic3r::Config->new;
if ($dialog->ShowModal() == wxID_YES) { if ($dialog->ShowModal() == wxID_YES) {
$new_conf->set("fill_pattern", 1); $new_conf->set("fill_pattern", 'rectilinear');
} else { } else {
$new_conf->set("fill_density", 40); $new_conf->set("fill_density", 40);
} }