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-07-31New feature: Bridging angle override through a bridge_angle configbubnikv
variable. When set to zero, the usual automatic bridge detection applies. The bridging angle override may be set at the Infill->Advanced settings, or through a modifier mesh.
2017-03-28Some beautification and C++11 adaptation.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-08Fixed compilation on Strawberrybubnikv
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-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
Removed dependency on Perl Math::PlanePath module. Fixed compilation with Visual Studio and SLIC3R_DEBUG: Visual Studio older than 2015 does not support the prinf type specifier %zu. Use %Iu instead. C++11 move semantics enabled.
2016-10-06Improvements of the C++ RectInfill2 code for supports:bubnikv
Make the contours more continuous. Some documentation, asserts and such.
2016-03-13Bugfix: memory corruption in BridgeDetector (thanks @JakeQZ for the patch). ↵Alessandro Ranellucci
#3267
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Removed unused variablesntfshard
2015-11-04Fix: Initializer list, right initialisation orderntfshard
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-02-27Fixed regression causing random failures in bridge direction detection. #2636Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci