mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 03:55:56 +08:00
Removed recursion warning in brim
This commit is contained in:
parent
387df3b900
commit
22605418ba
@ -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…
x
Reference in New Issue
Block a user