mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 13:42:40 -07:00
Accept STL files with spaces at the end of vertex lines. #119
This commit is contained in:
@@ -45,7 +45,7 @@ sub read_file {
|
||||
sub _read_ascii {
|
||||
my ($fh, $facets) = @_;
|
||||
|
||||
my $point_re = qr/([^ ]+)\s+([^ ]+)\s+([^ ]+)$/;
|
||||
my $point_re = qr/([^ ]+)\s+([^ ]+)\s+([^ ]+)\s*$/;
|
||||
|
||||
my $facet;
|
||||
seek $fh, 0, 0;
|
||||
|
||||
Reference in New Issue
Block a user