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
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
2013-07-03New ReadFromPerl() methodAlessandro Ranellucci
2013-06-23New automatic built-in STL repairAlessandro Ranellucci
2013-06-23Include admesh code for STL repairAlessandro Ranellucci