Removed recursion warning in brim
This commit is contained in:
parent
387df3b900
commit
22605418ba
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ use Slic3r::Geometry qw(scale);
|
|||
|
||||
sub traverse_pt {
|
||||
my ($polynodes) = @_;
|
||||
no warnings 'recursion';
|
||||
|
||||
# use a nearest neighbor search to order these children
|
||||
# TODO: supply second argument to chained_path_items() too?
|
||||
|
|
Loading…
Reference in a new issue