Skip to content

Commit

Permalink
Fix hang in new support material caused by numerical approximation le…
Browse files Browse the repository at this point in the history
…aving small polygons, as usual
  • Loading branch information
alranel committed Jul 30, 2013
1 parent 4e13d61 commit 1b4878f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Slic3r/Print/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ sub generate_support_material {
[
@{ $top{$z} || [] },
],
1,
);
}

Expand All @@ -991,6 +992,7 @@ sub generate_support_material {
@{ $top{$z} || [] },
@{ $interface{$i} || [] },
],
1,
);
}
}
Expand Down

0 comments on commit 1b4878f

Please sign in to comment.