Skip to content

Commit

Permalink
Merge pull request #7 from Innoptech/feat/stl-deserialization-validation
Browse files Browse the repository at this point in the history
fix: update README.md
  • Loading branch information
jeanchristopheruel authored Aug 9, 2024
2 parents ed59379 + 5749485 commit ab57899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ C++11 or higher.

# DISCLAIMER: STL File Format #


The STL file format, while widely used for 3D modeling and printing, was designed to be simple and easy to parse. However, this simplicity comes with some significant limitations:

- Lack of Built-in Validation Mechanisms: The STL format does not include built-in mechanisms such as checksums, hashes, or any form of file validation. This makes it challenging to detect certain types of file corruption, such as a truncated header or malformed data. As a result, errors in file transmission, storage, or manipulation might go undetected.
Expand Down

0 comments on commit ab57899

Please sign in to comment.