mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 20:29:04 +08:00
Removed some useless and manifoldness warnings
This commit is contained in:
parent
94c1b043e3
commit
16850b63ed
@ -447,7 +447,7 @@ sub edge_id {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($edge) = @_;
|
my ($edge) = @_;
|
||||||
|
|
||||||
my @point_ids = map sprintf("%f,%f,%f", @$_), @$edge;
|
my @point_ids = map sprintf("%d,%d,%d", map $_ / epsilon, @$_), @$edge;
|
||||||
return join "-", sort @point_ids;
|
return join "-", sort @point_ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user