Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-05Fixed stl import when endsolid lines contains extra dataEnrico Turri
2018-02-15Added workaround into admesh stl_fix_normal_directions() function to prevent ...Enrico Turri
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
2017-10-03admesh: changed header_num_facets to uint32bubnikv
2017-10-03Big endian fix, thanks to @hyperair for hints and initial implementation.bubnikv
2017-08-18CMake: Split the globs into separate libraries.bubnikv
2017-08-03Unicode handling:bubnikv
2017-04-18Fixes loading of multi-part ASCII STLs.bubnikv
2017-03-29Fixed missing #include<assert.h>bubnikv
2017-03-22Fix of parsing ASCII STLs on Visual Studio 2013 with global optimization.bubnikv
2017-03-03Reverted unification of positive and negative zeros when loadedbubnikv
2017-02-26AdMesh:bubnikv
2016-12-08Try to fix compilation problem with Boost 1.54. #3595Alessandro Ranellucci
2016-12-05Fix of ASCII STL parser. Accept a model even with invalid normals.bubnikv
2016-11-17admesh: Fixed a problem in loading an STL when compiled withbubnikv
2016-11-16Optimization of Model bounding box routines (avoids copying the mesh),bubnikv
2016-11-16Improvements of admesh robustness when loading and fixing STLs.bubnikv
2016-11-16Positive and negative zeros are possible in the floats, which are considered ...bubnikv
2016-11-15Fixed a 64bit compatiblity in admesh, fixed a typo in TriangleMesh::swap()bubnikv
2016-03-12fix a segment fault by admeshwenjie
2015-11-04Removed unused variablesntfshard
2015-06-20Bugfix: binary ASCII files were not written with the correct fopen() mode. #2928Alessandro Ranellucci
2015-06-15Fixed regression casusing some rare STL files not to parsed correctly because...Alessandro Ranellucci
2015-06-09Fixed regression in STL parser. #2886Alessandro Ranellucci
2015-06-01Fix admesh's STL parser in order to make it more tolerant for broken STL file...Alessandro Ranellucci
2015-02-05Fix a warning about unused return value when using freopen in admesh. Added a...Joseph Lenox
2015-01-04Fix bug in admesh code that causes random binary STL files not to be read cor...Alessandro Ranellucci
2014-09-23Updated to admesh 0.98.1Miro Hrončok
2014-06-14XYZ mirroring from platerAlessandro Ranellucci
2014-04-25Fix cut() testAlessandro Ranellucci
2014-03-23Bugfix: binary STL export produced corrupt results on Windows. #1814Alessandro Ranellucci
2014-01-16New TriangleMeshSlicer::cut() methodAlessandro Ranellucci
2014-01-02Bugfix: overflow causing full object facets reversal when STL file has large ...Alessandro Ranellucci
2014-01-02Rename some admesh functions to preserve compatibility with oiriginal admesh ...Miro Hrončok
2013-11-24Split objects could not be repositioned in plater. 3D preview and stats were ...Alessandro Ranellucci
2013-11-12Bugfix: some binary STL files were not correctly parsed on Windows. #1370 1467Alessandro Ranellucci
2013-11-12Use fread() to read facet numberAlessandro Ranellucci
2013-11-12Use fread() to read binary STL filesAlessandro Ranellucci
2013-09-12Fix XS STL reader not populating stats.size correctlyAlessandro Ranellucci
2013-09-11Incomplete work to store TriangleMesh objects in Model objects instead of ext...Alessandro Ranellucci
2013-09-10Ported TriangleMesh::scale_xyz()Alessandro Ranellucci
2013-09-10Implemented TriangleMesh->mergeAlessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-08-05Ported TriangleMesh->sizeAlessandro Ranellucci
2013-08-05Finish porting TriangleMesh->translateAlessandro Ranellucci
2013-08-05Incomplete work for porting translate()Alessandro Ranellucci
2013-08-04Ported TriangleMesh->scaleAlessandro Ranellucci
2013-07-31Prevent admesh to reverse all facets twice in some mostly-random situations. ...Alessandro Ranellucci
2013-07-31Some comments and minor fixes to admesh code by Andy DoucetteAlessandro Ranellucci
2013-07-07Don't exit when admesh fails to repair a mesh, but continueAlessandro Ranellucci