mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 15:35:56 +08:00
Minor GUI fix in the prompt for solid rectilinear infill. #3610
This commit is contained in:
parent
43c62d468c
commit
376df2e3f2
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user