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
2020-05-27Includes cleanup:Lukas Matena
2020-05-26Fixed few warningsLukas Matena
2020-05-26Slight include cleanupLukas Matena
2020-05-06Improvements of the monotonous infill ordering:bubnikv
2020-04-28fixing a compilation issue on a buggy GCC on R-PIvb_ironingbubnikv
2020-04-28Ironing and Monotonous infill - first working implementation.bubnikv
2020-04-25Introduction of Monotonous infill type. Fill no-sort only for monotonousbubnikv
2020-04-24WIP: Monotonous infillbubnikv
2020-04-22WIP: Reworking of FillRectilinear2 to support monotonous infillbubnikv
2020-04-14WIP: Ironing over top surfaces.bubnikv
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-14Fix of infill type update with vase mode enabled after changebubnikv
2020-03-03Fixed some more warningsLukas Matena
2020-03-03Fixed several warningsLukas Matena
2019-12-02Fix of infill connecting along perimeter lines,bubnikv
2019-11-22Fix of the new gyroid infill path planning. Fixes #3226bubnikv
2019-11-14Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-11-14Fix of a typo in KDTreeIndirect.bubnikv
2019-11-12Attempt to fix Mac build on buildserverEnrico Turri
2019-11-07Merged pull request "Gyroid improvements" #2730bubnikv
2019-10-16Ported test_fill from upstream Slic3r, thanks @lordofhyphensbubnikv
2019-09-27Rest of the path chaining has been replaced with the new algorithm.bubnikv
2019-09-27Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-09-27Fix of G-code path planning: Infill lines were incorrectly orderedbubnikv
2019-09-24Fixed memsetting non-trivially-copyable typesLukas Matena
2019-09-10Fix of previous infill refactoring.bubnikv
2019-09-09Fix of d146a0237e51b15ba39bb5c2a45e9d208e50b4cfbubnikv
2019-09-05Fill.cpp: Fixed a typoLukas Matena
2019-09-04WIP: Reworked the infill generator to merge areas with the samebubnikv
2019-08-22Some Vojtech's beautificationgyroid_improvementsbubnikv
2019-08-08Fix two warningsYuri D'Elia
2019-08-08Make Gyroid::PatternTolerance match the descriptionYuri D'Elia
2019-08-07Move gyroid constants to the class declarationYuri D'Elia
2019-08-07Maximize gyroid printing speed angleYuri D'Elia
2019-08-07Limit upper tolerance in GyroidYuri D'Elia
2019-08-07Allow gyroid pattern rotation over ZYuri D'Elia
2019-08-07Handle truncated gyroid patterns correctlyYuri D'Elia
2019-08-07Reduce reallocations and memory usage in gyroidYuri D'Elia
2019-08-07Parametric tolerance for Gyroid infillYuri D'Elia
2019-08-07bugfix "connected lines" for gyroid & 3Dhoneysupermerill
2019-08-07bugfix gyroid & 3Dhoneycomb "connected lines"supermerill
2019-08-07gyroid & 3Dhoneycomb: now 'connected lines' follow the perimeterssupermerill
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-06-25Fixed warnings in libslic3rLukas Matena
2019-06-20Integrated the new layer height spans with configs into the backend.bubnikv
2019-06-10admesh refactoring: Move the hashing structure out of stl_filebubnikv
2019-03-07Reworked discretization step of Archimedean Chords infill to lowerbubnikv
2019-02-22Split the external infill pattern to separate top / bottom config values.bubnikv
2019-01-22Fix usage of is_trivially_copyable on older GCC (for real this time)Vojtech Kral
2019-01-22Fix usage of is_trivially_copyable on older GCCVojtech Kral