mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-11 20:59:07 +08:00
Some minor fixes for the new bridging logic #58
This commit is contained in:
parent
a1c766cc52
commit
4540f2377d
@ -399,6 +399,7 @@ sub process_bridges {
|
|||||||
shift @{$edge->points};
|
shift @{$edge->points};
|
||||||
pop @{$edge->points};
|
pop @{$edge->points};
|
||||||
}
|
}
|
||||||
|
@surface_edges = grep { @{$_->points} } @surface_edges;
|
||||||
}
|
}
|
||||||
push @edges, @surface_edges;
|
push @edges, @surface_edges;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user