Milestones:
- Support for the beamlattice extension of 3MF: https://3mf.io/beam-lattice-extension:
Implementation is complete except for properties on beams
- Lib3MF can now export files using the ZIP64-extension to the zip format (see https://en.wikipedia.org/wiki/Zip_(file_format)#ZIP64 ).
This is the default now.
- Reduced memory consumption while reading 3MFs by using a callback-stream instead of a memory stream
- Progress-Callback for reading and writing 3MFs
- Bugfixes:
- UUIDs are generated correctly under UNIX (https://github.com/3MFConsortium/lib3mf/commit/48ea4c69341a573caaccc2e6e73c835a919f7362)
- Improved error handling for unknown elements in a 3MF (e.g. multiproperties) (https://github.com/3MFConsortium/lib3mf/commit/db172da89c2dfca5da97d24ef35715bdf10c562f)
- Removed possibility to export slices that are violating the specification (https://github.com/3MFConsortium/lib3mf/commit/2c056686b28c8e41e35024ef57d9d144c42e6f10)
- Fixed reading of texture Ids (https://github.com/3MFConsortium/lib3mf/commit/0ee1982e88fdf612e02fdbf2a164b2a14ea96515)
- Increased default precision for floating point export (https://github.com/3MFConsortium/lib3mf/commit/8ef8fd6a9432fc729dcb3de343a4e9d16e2805c3)