mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Ported encloses_point() to XS and renamed to contains_point()
This commit is contained in:
@@ -94,7 +94,7 @@ sub fill_surface {
|
||||
)};
|
||||
|
||||
# connect paths
|
||||
{
|
||||
if (@paths) { # prevent calling leftmost_point() on empty collections
|
||||
my $collection = Slic3r::Polyline::Collection->new(@paths);
|
||||
@paths = ();
|
||||
foreach my $path (@{$collection->chained_path_from($collection->leftmost_point, 0)}) {
|
||||
|
||||
Reference in New Issue
Block a user