mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Misc bugfixes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user