Bugfix: fatal error under certain circumstances introduced with the recent Boost implementation
This commit is contained in:
parent
1845abab70
commit
c0ec8b5865
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ sub clip_with_expolygon {
|
|||
$self->boost_linestring,
|
||||
);
|
||||
bless $_, 'Slic3r::Polyline' for @$result;
|
||||
bless $_, 'Slic3r::Point' for map @$_, @$result;
|
||||
return @$result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue