Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
AgeCommit message (Expand)Author
2016-11-09New sparse infill: "stars" - David's star shaped infill.bubnikv
2016-11-09Fixes https://github.com/prusa3d/Slic3r/issues/26bubnikv
2016-11-08Use a less aggressive positive offset for top/bottom/bridge surfaces,bubnikv
2016-11-08Fixed compilation on Strawberrybubnikv
2016-11-08Extended exit report when catching an exception under a brokenbubnikv
2016-11-08Finished the SLIC3R_HAS_BROKEN_CROAK magic.bubnikv
2016-11-08Compilation with an environment variable SLIC3R_HAS_BROKEN_CROAK setbubnikv
2016-11-08Reworked the bridge detector to allow searching a single bridgingbubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
2016-11-06Unit test to verify whether Slic3r would hang when croaking frombubnikv
2016-11-06Fix missing cubic infill line, thanks @KoKuToru for pointing out the problembubnikv
2016-11-05Refactored Print::validate() method to not throw an exception, butbubnikv
2016-11-04Fix of https://github.com/prusa3d/Slic3r/issues/14bubnikv
2016-11-04Let's hope to fix compilation on gcc.bubnikv
2016-11-04Fix of https://github.com/prusa3d/Slic3r/issues/13bubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2016-11-04Fixed compilation of the XS module with SLIC3R_GUI compilation flagbubnikv
2016-11-04Improves https://github.com/prusa3d/Slic3r/issues/3bubnikv
2016-11-04Method ExtrusionEntity::polygons_covered() and derived were splitbubnikv
2016-11-03Merge pull request #10 from flannelhead/cpp11-fixbubnikv
2016-11-03ExtrusionEntity and derived classes: Documented, short methods madebubnikv
2016-11-03unique_ptr instead of auto_ptr for C++11 and aboveSakari Kapanen
2016-11-02Copy and move variants of chained_path functionsSakari Kapanen
2016-11-02Fix typos preventing compilation with CPPVER >= 11Sakari 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-11-01Fixed a return value in the Config multi-string parser.version_1.31.2bubnikv
2016-11-01Missing include for memcpy for Linux.bubnikv
2016-11-01Added "Notes" page to the filament configuration.bubnikv
2016-10-27Fixed the fill density for rectilinear, triangular and cubic infills.bubnikv
2016-10-24by alexrj: Always convert strings to UTF-8 before passing them to XSbubnikv
2016-10-24by alexrj: Fixes in GCodeSender to reset the connection after it breaks.bubnikv
2016-10-22Make sure the shells for the "ensure verticall wall thickness" featureversion_1.31.1bubnikv
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-21Unified the creation of paths of debugging output filesbubnikv
2016-10-20gcc bailed out on <cstdint>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-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-10-18Fix of a crash when setting a viewport over an empty platter.bubnikv
2016-10-17Fixed a bug in EdgeGrid for horizontal or vertical lines ending at the grid l...bubnikv
2016-10-17Removed #include <malloc.h> from the Shiny profiler as there is nobubnikv
2016-10-17Fix of compilation on Linux. Disable hopefully finally the Shiny profiler.version_1.31.0bubnikv
2016-10-17Hopefully fixed compilation of the Shiny profiler on Linux,bubnikv
2016-10-17Yet another fixes to make SupportMaterial.cpp compile on gcc.bubnikv
2016-10-17Fixes of SupportMaterial.cppbubnikv