mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Removed some useless and manifoldness warnings
This commit is contained in:
@@ -447,7 +447,7 @@ sub edge_id {
|
||||
my $self = shift;
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user