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-04-13Merge remote-tracking branch 'remotes/origin/wipe_tower_improvements'bubnikv
2018-04-13Gyroid infill - automatic discretization steps and refactoringLukas Matena
2018-04-06Gyroid infill bug fix: abs vs std::absLukas Matena
2018-04-05Fixed regression of the gyroid infill.bubnikv
2018-03-19Modified the Triangles / Stars / Cubic infill types to lessen overfillbubnikv
2018-02-23Refactored the gyroid infill.bubnikv
2018-02-22Gyroid infill - minor correction for standard-conforming compilersLukas Matena
2018-02-22Gyroid infill type (#733)Merill
2017-11-09Implemented volumetric flow rate hints,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-10-17perglue.cpp - use static_cast instead of dynamic_cast if possible,bubnikv
2017-10-03Fixed the cubic infill: The cubic infill was 30% flatter than it shouldbubnikv
2017-08-18CMake build process - fixes of the previous check-ins to buildbubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
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-06-08Implemented rotation of the support structure.bubnikv
2017-03-22Fixed some instance of simplify_polygons() invocation.bubnikv
2017-02-21Implement clone() for Fill classesAlessandro Ranellucci
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-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-23One step further to the C++ Supports.bubnikv
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-08Reworked the bridge detector to allow searching a single bridgingbubnikv
2016-11-06Fix missing cubic infill line, thanks @KoKuToru for pointing out the problembubnikv
2016-11-04Improves https://github.com/prusa3d/Slic3r/issues/3bubnikv
2016-11-03unique_ptr instead of auto_ptr for C++11 and aboveSakari Kapanen
2016-11-02Fixed a crash when accessing a non-existing config value from C++ infill.bubnikv
2016-11-02Missing #include <memory>bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-11-02Fix of https://github.com/prusa3d/Slic3r/issues/5 :bubnikv
2016-10-27Fixed the fill density for rectilinear, triangular and cubic infills.bubnikv
2016-10-22Fixes gaps created around the 3D honeycomb infill. The bug has beenbubnikv
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-17Fixed a typo, which broke compilation on GCC.bubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-10-13Initial implementation of C++ 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