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
2022-04-25Reverted perl perimeter test bypasspm_supports_experimentpm_support_spots_generatorpm_occlusion_guided_seamspm_find_supportable_issues_slicing_stepPavelMikus
2022-04-25fix build problemsPavelMikus
2022-04-25Implemented alignment of inner seams, especially in concave angles where the ...PavelMikus
2022-04-25Updated weights for curve fitting, ensured snapping to sharp cornersPavelMikus
2022-04-25nomralize weights of points before curve fitting and fitted value interpolationGodrak
2022-04-25interpolate fitted and original position during b spline alignment -PavelMikus
2022-04-25Postpone seam picking for spNearest configuration to the place_seam method.PavelMikus
2022-04-25reworked and improved the find_next_seam_in_layer method:PavelMikus
2022-04-25when searching for central enforcer (for alignment purposes), find properly t...PavelMikus
2022-04-25Fixing missing include.Vojtech Bubnik
2022-04-25Little more refactoring of SeamPlacer.Vojtech Bubnik
2022-04-25On MSVC, std::deque degenerates to a list of pointers, which defeatsVojtech Bubnik
2022-04-25Documented the seam placement corner penalty with an image.Vojtech Bubnik
2022-04-25Little refactoring of SeamPlacer.Vojtech Bubnik
2022-04-25GCode export: Replaced std::strings in G-code comments with string_views.Vojtech Bubnik
2022-04-25Negative volumes raycasting fix - normal was flipped between iterations, inco...PavelMikus
2022-04-25Refactoring of SeamPlacer:Vojtech Bubnik
2022-04-25fixed drawing seams on multipart objectsPavelMikus
2022-04-25fixed misleanding or wrong comments of the fitting functionPavelMikus
2022-04-25added description for the parameter count increasePavelMikus
2022-04-25Refactoring of curve fitting algorithm:PavelMikus
2022-04-25Follow-up to 1c9ba291fe32bc4a4c78cabbab0639b0c164f23fVojtech Bubnik
2022-04-25Refactoring of Curves.hpp for better memory management and vectorizationVojtech Bubnik
2022-04-25Follow-up to 9cb51caead9dee5c4d12a4ef5f925b5efeb00b75Vojtech Bubnik
2022-04-25WIP, FIXME: Worked around a Perl integration test failureVojtech Bubnik
2022-04-25Removed various Point::ccw() and Point::ccw_angle() methods, they wereVojtech Bubnik
2022-04-25fixed ExPolygons dealocation while using EdgeGridPavelMikus
2022-04-25remove invalid commentPavelMikus
2022-04-25compute overhang distance using SDFPavelMikus
2022-04-25make Random seams disalignedPavelMikus
2022-04-25fixes, central enforced point preferencePavelMikus
2022-04-25BSplines, Polynomial fittingPavelMikus
2022-04-25Implemented piecewise data (curve) fitting with variable kernelsPavelMikus
2022-04-25implemented occlusion estimation for objects with negative volumesPavelMikus
2022-04-25fix ccw angle computation in Point.cppPavelMikus
2022-04-25finalize integration into GCode.cpp export functions, remove unusedPavelMikus
2022-04-25parameter fixes, alignemnt for enforcers simplifiedPavelMikus
2022-04-25bug fix: using trafo() instead of trafo_centred() causedPavelMikus
2022-04-25alignment from best candidatePavelMikus
2022-04-25refactored raycasting - inverted direction of raycasting - now each face is ...PavelMikus
2022-04-25using gauss function to smoothen criteria skipsPavelMikus
2022-04-25implemented smooth angle penalty functionGodrak
2022-04-25debug export svg info,PavelMikus
2022-04-25split occlusion and enforcers/blockers into separate functionsPavelMikus
2022-04-25fixed problem with multipart objectsPavelMikus
2022-04-25improved enforcers blockers oversampling, renamed parameterPavelMikus
2022-04-25oversample polygons where necessary, due to seam enforcers & blockersPavelMikus
2022-04-25comments and bugfixPavelMikus
2022-04-25tweaked parameters,PavelMikus
2022-04-25computing smooth score instead of binary decision when picking seamsPavelMikus