mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Always use rectilinear infill for internal-solid surfaces
This commit is contained in:
@@ -98,6 +98,8 @@ sub make_fill {
|
||||
if ($is_bridge) {
|
||||
$filler = 'rectilinear';
|
||||
$flow_width = sqrt($Slic3r::bridge_flow_ratio * ($Slic3r::nozzle_diameter**2));
|
||||
} elsif ($surface->surface_type eq 'internal-solid') {
|
||||
$filler = 'rectilinear';
|
||||
}
|
||||
} else {
|
||||
next SURFACE unless $density > 0;
|
||||
|
||||
Reference in New Issue
Block a user