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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-04More fixes for bridges. #58Alessandro Ranellucci
2011-12-04Further corrections to the bridge angle detection algorithm. #58Alessandro Ranellucci
2011-12-03Many fixes to the bridge direction detection algorithm and other things. #58Alessandro Ranellucci
2011-12-03Slic3r should now be able to detect optimal bridging direction for any kind o...Alessandro Ranellucci
2011-12-01Bugfix: sometimes holes were detected as contoursAlessandro Ranellucci
2011-12-01Bugfix: Clipper error occurred under certain circumstancesAlessandro Ranellucci
2011-11-30Bugfix: some bridges were not detected correctly. #57Alessandro Ranellucci
2011-11-30Warn about models with overlapping or intersecting facets but try to repair w...Alessandro Ranellucci
2011-11-30Refactoring: moved slicing code to new TriangleMesh class, leaving in STL jus...Alessandro Ranellucci
2011-11-29Bugfix: fill density = 0 was preventing generation of extra solid layers. #75Alessandro Ranellucci
2011-11-27Bugfix: sparse and wrong infill was generated for objects with null fill dens...Alessandro Ranellucci
2011-11-23Large refactoring. Cleaner logic, smaller memory footprint.Alessandro Ranellucci
2011-11-23Fixes, improvements and refactoring for bridges and solid surfaces.Alessandro Ranellucci
2011-11-22Bugfix: some regions near bridges were left blank. #58Alessandro Ranellucci
2011-11-21Make sure bridges don't overlap. #58Alessandro Ranellucci
2011-11-21Don't die on non-manifold models, after having tried the slower detection alg...Alessandro Ranellucci
2011-11-21Fixes to the new bridging algorithm. It appears to be working fine nowAlessandro Ranellucci
2011-11-19Some minor fixes for the new bridging logic #58Alessandro Ranellucci
2011-11-19New bridging logic, more robust. #58Alessandro Ranellucci
2011-11-17Compute bridge overlap as twice the total thickness of perimetersAlessandro Ranellucci
2011-11-17Use the same bridging logic for "reverse bridges" (top surfaces)Alessandro Ranellucci
2011-11-16Bugfix: some solid layers were skipped. #47Alessandro Ranellucci
2011-11-13New --first-layer-height-ratio option. #36Alessandro Ranellucci
2011-11-12Cleanup lines resulting from plane intersection before detecting polygons. Th...Alessandro Ranellucci
2011-11-11Collect undetected lines (caused by dirty or non-manifold models), warn the u...Alessandro Ranellucci
2011-11-07Print first layer at Z = 1 * layer_height instead of zero like it was until n...Alessandro Ranellucci
2011-10-18New --fill-every-layers option to get high accuracy on external surfaces whil...Alessandro Ranellucci
2011-10-15Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objectsAlessandro Ranellucci
2011-10-14Bugfix: some bridges had wrong perimeters insideAlessandro Ranellucci
2011-10-12Refactored Line objects to arrayrefsAlessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-10-11Some compatibility bugs. Slic3r will still fail hard with non-manifold objectsAlessandro Ranellucci
2011-10-10Improvements for bottom and top surfaces perimetersAlessandro Ranellucci
2011-10-10Fixes for bridgesAlessandro Ranellucci
2011-10-09Completely rewritten the slicing algorithmAlessandro Ranellucci
2011-10-08Skeining algorithm totally rewrittenAlessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and im...Alessandro Ranellucci
2011-10-06Got rid of Math::Geometry::PlanarAlessandro Ranellucci
2011-10-05Bugfixes and improvements in surface detectionAlessandro Ranellucci
2011-10-04Fixes for hi-res STL modelsAlessandro Ranellucci
2011-09-30Bugfixes for complex and dirty geometriesAlessandro Ranellucci
2011-09-26Fixes and improvements after testing with more complex objectsAlessandro Ranellucci
2011-09-26Remove features that are too small to be printedAlessandro Ranellucci
2011-09-18Lots of changes and refactoring after testing with hollow objectsAlessandro Ranellucci
2011-09-06Replaced Moose with Moo => big performance boost and easier packagingAlessandro Ranellucci
2011-09-05Implemented skirtAlessandro Ranellucci
2011-09-05Command line interfaceAlessandro Ranellucci
2011-09-05Rectilinear fillAlessandro Ranellucci
2011-09-04Generate boundaries of areas to fill (includes some refactoring)Alessandro Ranellucci
2011-09-02Extrusion of perimetersAlessandro Ranellucci