OrcaSlicer/src/admesh
bubnikv 9abef2241d The ASCII STL import was made more tolerant to non-standard input format,
namely:
1) Whitespaces are allowed at the end of lines
2) A freeform is allowed after "endloop", "endfacet" and "endsolid", if separated
from the keyword by a whitespace. Some ASCII STL exporters likely add their
annotations in there.

Fixes "Error on importing stl" #2813
2019-08-26 09:50:28 +02:00
..
CMakeLists.txt Build fix when boost is not in prefix/boost 2019-06-13 14:19:24 +02:00
connect.cpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
normals.cpp Fix of admesh import due to boost::pool::destroy taking O(n). 2019-06-14 11:07:07 +02:00
shared.cpp Fix of a typo. 2019-06-10 22:43:42 +02:00
stl.h WIP: Undo / Redo memory limiting by releasing the least recently 2019-07-17 15:48:53 +02:00
stl_io.cpp admesh refactoring: Using boost::object_pool for linked list memory 2019-06-11 09:29:32 +02:00
stlinit.cpp The ASCII STL import was made more tolerant to non-standard input format, 2019-08-26 09:50:28 +02:00
util.cpp Further C++isation of the admesh library & TriangleMesh 2019-06-13 16:33:50 +02:00