mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:15:58 +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;
|
||||
if ($dialog->ShowModal() == wxID_YES) {
|
||||
$new_conf->set("fill_pattern", 1);
|
||||
$new_conf->set("fill_pattern", 'rectilinear');
|
||||
} else {
|
||||
$new_conf->set("fill_density", 40);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user