mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Bad memory access in regular_points()
This commit is contained in:
parent
58d92ac36a
commit
a99d34a91a
2 changed files with 3 additions and 3 deletions
|
@ -396,7 +396,7 @@ sub generate_toolpaths {
|
|||
push @$base, @$contact;
|
||||
} elsif (@$contact && $contact_loops > 0) {
|
||||
# generate the outermost loop
|
||||
my @loops0;
|
||||
my @loops0 = ();
|
||||
{
|
||||
# find centerline of the external loop of the contours
|
||||
my @external_loops = @{offset($contact, -$flow->scaled_width/2)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue