mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Don't try to align rectilinear infill if solid, otherwise there will be a gap at one side
This commit is contained in:
parent
51de3ce14f
commit
948b43fe0d
4 changed files with 73 additions and 50 deletions
|
@ -165,7 +165,6 @@ sub make_fill {
|
|||
$surface,
|
||||
density => $density,
|
||||
flow_spacing => $flow_spacing,
|
||||
dont_adjust => $is_bridge,
|
||||
);
|
||||
}
|
||||
my $params = shift @paths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue