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
2012-04-29Multiple objects autoplating (--merge, from command line only)Alessandro Ranellucci
2012-04-16Remove XXX from dependenciesAlessandro Ranellucci
2012-03-26Allow perimeters = 0. #282Alessandro Ranellucci
2012-02-25Increase small holes threshold to holes having a 6.5mm radiusAlessandro Ranellucci
2012-02-24Experimental hole compensationAlessandro Ranellucci
2012-02-21Fix regression introduced with f2e1fe5241b66de5b6d80d43e5450f89001ba958Alessandro Ranellucci
2012-02-21Do hole perimeters in ccw direction tooAlessandro Ranellucci
2012-02-20New --post-process option. Includes some cleaning of the STDOUT messagesAlessandro Ranellucci
2012-01-27Bugfix: small perimeter speed was applied to all holes too, regardless of the...Alessandro Ranellucci
2012-01-21Do all shells for a hole before moving onto the next one. #88Alessandro Ranellucci
2012-01-21Fix comments in Perimeter.pmAlessandro Ranellucci
2012-01-13Temporarily disable small gap filling as it requires a fix not to slow down e...Alessandro Ranellucci
2012-01-13Fill gaps using medial axis detectionAlessandro Ranellucci
2012-01-11Fixed many little things that were not updated along with recent large refact...Alessandro Ranellucci
2011-12-30Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geom...Alessandro Ranellucci
2011-12-30Thin walls. #24Alessandro Ranellucci
2011-12-19Added note to self about using the skeletonization algorithm to fill small gapsAlessandro Ranellucci
2011-12-17Corrections to math. Threads are not always rectangles with semicircles. Bett...Alessandro Ranellucci
2011-12-14Bugfix: 100% overlap between perimeter and infill. #118Alessandro Ranellucci
2011-12-13Model extrusion threads as rectangles with semicircles at the end. Remove ove...Alessandro Ranellucci
2011-12-08Customizable overlap ratio (it defaults to 0.15 now)Alessandro Ranellucci
2011-12-04Customizable speed for small perimeters. #60Alessandro Ranellucci
2011-12-04More fixes for bridges. #58Alessandro Ranellucci
2011-12-03Many fixes to the bridge direction detection algorithm and other things. #58Alessandro Ranellucci
2011-11-28New --bridge-feed-rate option. #68Alessandro Ranellucci
2011-11-23Large refactoring. Cleaner logic, smaller memory footprint.Alessandro Ranellucci
2011-11-19New bridging logic, more robust. #58Alessandro Ranellucci
2011-11-17Renamed perimeter_offsets to perimetersAlessandro Ranellucci
2011-11-16Print solid infill without cutting an internal surface under small regions su...Alessandro Ranellucci
2011-11-13Infill is now overlapped with perimeters by 15%. #19Alessandro Ranellucci
2011-11-13New --skirt-height option. #11Alessandro Ranellucci
2011-11-12Cleanup lines resulting from plane intersection before detecting polygons. Th...Alessandro Ranellucci
2011-11-07Organize perimeters with a nearest point search to avoid unnecessary travel m...Alessandro Ranellucci
2011-11-07Do all perimeters for each island/object at once without moving between multi...Alessandro Ranellucci
2011-11-05Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27Alessandro Ranellucci
2011-10-15Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objectsAlessandro 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-05Fixes to retraction and skirtAlessandro 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-26Minor cleanupsAlessandro Ranellucci
2011-09-26Refactor extrusion logic in a dedicated classAlessandro Ranellucci
2011-09-26Optimization of travel paths for fillsAlessandro Ranellucci
2011-09-26Optimization of travel paths for perimetersAlessandro Ranellucci
2011-09-25Make rounded corners for skirtAlessandro Ranellucci
2011-09-25Use latest Math::Clipper updated to Clipper 4.4.4 to get sharp cornersAlessandro Ranellucci
2011-09-25Remove old codeAlessandro Ranellucci
2011-09-18Lots of changes and refactoring after testing with hollow objectsAlessandro Ranellucci