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
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-08Fix of https://github.com/prusa3d/Slic3r/issues/16version_1.31.3bubnikv
2016-11-08Use a less aggressive positive offset for top/bottom/bridge surfaces,bubnikv
2016-11-08Fix of https://github.com/prusa3d/Slic3r/issues/20bubnikv
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-05Perl OpenGL 0.7 package causes crashes on many platforms.bubnikv
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-03Only call wxWidgets method wxApp::SetAppDisplayName for wxWidgets 3.0bubnikv
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-02Test of a 100% coverage by the FillRectilinear2 has been disabled before,bubnikv
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-25"Background slice now" function, initial implementation by @lordofhyphensbubnikv
2016-10-24On Windows use the Slic3r.ico instead of the PNG filebubnikv
2016-10-24Fixed a division by zero in 3D scene, if there is nothing to show.bubnikv
2016-10-24Suppress the '- default -' selection of Print/Filament/Printer settingsbubnikv
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-22Cleaned up the PNG headers of the icon files:bubnikv
2016-10-22Changed the icons to indicate this is not the alexrj build.bubnikv
2016-10-21Cubic infill.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-10-21Unified the creation of paths of debugging output filesbubnikv