There was an issue when we use STL models exported from Unity
So the first line is Solid Unity Mesh, this causes an error Offset is outside the bounds of the DataView.
This is because we use ASCII representation of letters, so s !== S
Added additional validation for uppercase. Values will be set to lowercase automatically.
There was an issue when we use STL models exported from Unity So the first line is
Solid Unity Mesh
, this causes an errorOffset is outside the bounds of the DataView
. This is because we use ASCII representation of letters, sos !== S
Added additional validation for uppercase. Values will be set to lowercase automatically.