Misc bugfixes.

This commit is contained in:
bubnikv 2016-09-26 13:58:47 +02:00
parent 790b640521
commit 403329db49
4 changed files with 11 additions and 2 deletions

View file

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