mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
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 {
|
sub traverse_pt {
|
||||||
my ($polynodes) = @_;
|
my ($polynodes) = @_;
|
||||||
|
no warnings 'recursion';
|
||||||
|
|
||||||
# use a nearest neighbor search to order these children
|
# use a nearest neighbor search to order these children
|
||||||
# TODO: supply second argument to chained_path_items() too?
|
# TODO: supply second argument to chained_path_items() too?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue