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
2018-03-19Modified the Triangles / Stars / Cubic infill types to lessen overfillbubnikv
2017-10-03Fixed the cubic infill: The cubic infill was 30% flatter than it shouldbubnikv
2017-07-28Further implementation of FillRectilinear3.bubnikv
2017-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
2017-07-19Refactored Fill / Flow for readability.bubnikv
2017-07-11A bit of clean-up in FillRectilinear2.cppbubnikv
2017-02-21Fixes: Infill patterns triangles/stars seem to be mixed-upbubnikv
2017-01-29FillRectilinear2:bubnikv
2017-01-12Change char to intEyal Soha
2017-01-12use int instead of charEyal Soha
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-11Changed the logic of the "ensure vertical wall thickness" featurebubnikv
2016-11-09New sparse infill: "stars" - David's star shaped infill.bubnikv
2016-11-06Fix missing cubic infill line, thanks @KoKuToru for pointing out the problembubnikv
2016-11-02Fixed a crash when accessing a non-existing config value from C++ infill.bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-27Fixed the fill density for rectilinear, triangular and cubic infills.bubnikv
2016-10-21Cubic infill.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-10-20Fixed a compilation problem on OSX.bubnikv
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
2016-10-06Improvements of the C++ RectInfill2 code for supports:bubnikv
2016-10-03Instantiate the new C++ filler. It will be used for the supports first.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-13Updates in the C++ infill code.bubnikv
2016-09-12Reverted some now unnecessary changes. Reverted the infill to the original pe...bubnikv
2016-04-14Disable optimizations and debug check even in debug mode.bubnikv
2016-04-13Optimized and improved rectilinear fill.bubnikv