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 (Collapse)Author
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
Taken from upstream Slic3r, thanks @alexrj.
2017-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
Reduced the use Slic3r::Geometry and use Slic3r::Geometry::Clipper clauses to only reference used subroutines.
2016-11-08Reworked the bridge detector to allow searching a single bridgingbubnikv
direction over multiple regions. This allows a single bridge to be drawn over holes, which are too close to each other to allow for separate bridges. Fixes Bridging-Angle not optimal https://github.com/prusa3d/Slic3r/issues/12 Re-allowed adaptive infill line width for solid infills. The adaptive infill line width works in some circumstances, see Issue #15, but the original implementation often changed the line width too aggressively. The current implementation limits the line width change to 20%. Fixes Gaps between infill and perimeter leads to errors in laydown on following layer https://github.com/prusa3d/Slic3r/issues/15
2016-03-19Fixed regression in bridging caused by error in porting. Includes regression ↵Alessandro Ranellucci
test. #3175
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-04-26More correct test descriptionAlessandro Ranellucci
2014-04-26Exclude support from bridged areasAlessandro Ranellucci
2014-04-24New coverage detection for bridges. Includes implementation of ↵Alessandro Ranellucci
ExPolygon::get_trapezoids()
2014-04-23Fix test to check for correct direction and accept result close to 180 degrees.Petr Ledvina
2014-04-22Refactored the BridgeDetector class to expose a cleaner API and make it statefulAlessandro Ranellucci
2014-04-21More tests and related fixes to bridge detection. #1917Alessandro Ranellucci
2014-04-09Test bridges when infill flow is larger than perimeter flow. #1917Alessandro Ranellucci
2014-04-08Make angle increment (i.e. angle resolution) configurableAlessandro Ranellucci
2014-04-08More unit tests for bridge angle detectionAlessandro Ranellucci
2014-04-08Some fixes to bridge direction detection. Includes regression testsAlessandro Ranellucci
2014-04-08Added first unit test for bridge directionAlessandro Ranellucci