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
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-03Instantiate the new C++ filler. It will be used for the supports first.bubnikv
2016-09-26Don't adjust width of infill. It produces dangerously wide fills.bubnikv
2016-09-12Reverted some now unnecessary changes. Reverted the infill to the original pe...bubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-11-01Added a new grid infill patternAlessandro Ranellucci
2015-03-09Restore correct ordering of concentric infill loops, preventing them from bei...Alessandro Ranellucci
2015-02-01Enforce cleaner honeycomb pathsAlessandro Ranellucci
2015-01-13Only apply perimeter/infill overlap to the endpoints of rectilinear infill (a...Alessandro Ranellucci
2014-12-29One more fix to 3D honeycomb not covering the entire area after last commitAlessandro Ranellucci
2014-12-29Bugfix: random misalignment of the 3D Honeycomb patternAlessandro Ranellucci
2014-12-22Refactored Line infill implementationAlessandro Ranellucci
2014-12-22Align infill across layers regardless of first-layer-specific extrusion width...Alessandro Ranellucci
2014-12-22Minor additions for debuggingAlessandro Ranellucci
2014-12-22Center hilbertcurve, archimedeanchords, octagramspiral around object's center...Alessandro Ranellucci
2014-12-22Disable cross-hatching for hilbertcurve, archimedeanchords, octagramspiralAlessandro Ranellucci
2014-12-22Bugfix: PlanePath infills sometimes did not cover the whole area. #863 #1162Alessandro Ranellucci
2014-12-22Consolidated all PlanePath classes in a single fileAlessandro Ranellucci
2014-08-08Fix truncated octahedrons. #1646Alessandro Ranellucci
2014-08-08Fix truncated octahedrons. #1646Alessandro Ranellucci
2014-08-08Bugfix: wrong collision check in concentric infill. #2194Alessandro Ranellucci
2014-08-08Bugfix: 3D honeycomb infill wasn't correctly aligned among skewed layers. #2194Alessandro Ranellucci
2014-08-08Use bridge flow for 3D honeycombAlessandro Ranellucci
2014-08-08Move away from truncated octahedronsAlessandro Ranellucci
2014-08-08Bugfix: 3D honeycomb didn't honor Infill every layers. #2194Alessandro Ranellucci
2014-07-26New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646Alessandro Ranellucci
2014-07-26Refactoring: moved direction-specific methods to new role class Slic3r::Fill:...Alessandro Ranellucci
2014-04-22Assume bridge angle is stored in radians in infill generation. #1917Alessandro Ranellucci
2014-04-19Fixed regression when concentric infill was used as solid infill. Includes re...Alessandro Ranellucci
2014-04-05Fix for incomplete extrusion on solid surfacesAlessandro Ranellucci
2014-02-10Bugfix: crashing when concentric infill produced very narrow loops. #1740Alessandro Ranellucci
2014-01-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2014-01-12Fix bug in regression infill causing bad clipping at very low layer heights. ...Alessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2014-01-03More work for refactoring Flow/ExtruderAlessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2013-12-24Satisfy test suiteAlessandro Ranellucci
2013-12-24Remove package variable $Slic3r::ConfigAlessandro Ranellucci
2013-11-26Removed dependency on ->object from Region.pmAlessandro Ranellucci
2013-11-24Ported traverse_pt() to XSAlessandro Ranellucci
2013-11-21Removed clip_with_polygon() and clip_with_expolygon()Alessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-21Renamed encloses_line() to contains_line() and implemented it using diff_pl()Alessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-10-13Fix planepath fill patterns for very small regions. #1463Alessandro Ranellucci
2013-09-28Fix segfault when calling chained_path() on an ExtrusionPathCollection using ...Alessandro Ranellucci
2013-09-12Fix concentric infill and add regression test. #1432Alessandro Ranellucci
2013-09-04Fixed --avoid-crossing-perimeters and --support-material after the xsdata mergeAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-30Ported Slic3r::Polyline::CollectionAlessandro Ranellucci