mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
Don't exclude any infill under internal bridges; revert infill pattern to rectilinear for internal bridges. #240
This commit is contained in:
parent
7f917671ab
commit
8ce31c2a2b
2 changed files with 3 additions and 4 deletions
|
@ -155,9 +155,7 @@ sub make_fill {
|
|||
$density = 1;
|
||||
$filler = $Slic3r::Config->solid_fill_pattern;
|
||||
if ($is_bridge) {
|
||||
$filler = $surface->surface_type == S_TYPE_INTERNALBRIDGE
|
||||
? 'concentric'
|
||||
: 'rectilinear';
|
||||
$filler = 'rectilinear';
|
||||
$flow_spacing = $layerm->extruders->{infill}->bridge_flow->spacing;
|
||||
} elsif ($surface->surface_type == S_TYPE_INTERNALSOLID) {
|
||||
$filler = 'rectilinear';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue