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/src
AgeCommit message (Expand)Author
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
2016-10-17Fixed a typo, which broke compilation on GCC.bubnikv
2016-10-17Another tiny change to support non C++11 compiler.bubnikv
2016-10-16Disable C++11 hash feature in C++ Supports to compile on Strawberry.bubnikv
2016-10-16Added a new switch: ensure_vertical_shell_thicknessbubnikv
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-04Made the sheath around the base support configurable. Without the sheathbubnikv
2016-10-04A new feature "support_material_buildplate_only" implemented.bubnikv
2016-10-03Instantiate the new C++ filler. It will be used for the supports first.bubnikv
2016-09-30Finished merging of bridging regions.bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
2016-09-26Visualization of fill surfaces.bubnikv
2016-09-26Collect the perimeter surfaces when generating perimeters.bubnikv
2016-09-26Documented the bridge detector.bubnikv
2016-09-26G code generator will include marks for the G-code analyzer, sobubnikv
2016-09-26Bugfix: use Lift-z option for 2. extruder #3385bubnikv
2016-09-26New routines for debugging visualization of surfaces & infills.bubnikv
2016-09-26Documented MultiPoint.bubnikv
2016-09-26PressureEqualizer - fixed compiler warnings, documented.bubnikv
2016-09-26Surface / Surface Collection - optimization routines for filtering,bubnikv
2016-09-26G-code analyser, first draft. The G-code analyser will be usedbubnikv
2016-09-15Fixed a bug in conditional compilation of the Shiny profiler.bubnikv
2016-09-14OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.bubnikv
2016-09-14Initial commit of the GLEW library for calling OpenGL from the C++ code.bubnikv
2016-09-14Integration of the Shiny lightweight intrusive profiler.bubnikv
2016-09-14Documented the purpose of various perl modules.bubnikv
2016-09-13fixes for gcc: Missing include float.hbubnikv
2016-09-13updated for older gccbubnikv
2016-09-13Fixed compilation on old gcc.bubnikv
2016-09-13Configurable volumetric extrusion rate slope.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-13Updates in the C++ infill code.bubnikv
2016-09-13Some inlining optimizations.bubnikv
2016-09-13Fix in splitting the loop at a new point.bubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-09-12some optimizations of Point rotationbubnikv
2016-09-12Reverted some now unnecessary changes. Reverted the infill to the original pe...bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-08-21Updated xs/Build.PL to support Visual Studio compiler suite.bubnikv
2016-08-21Fixed a crash in a constructor of FullPrintConfig due to an incorrect usebubnikv
2016-06-02Mention anti-ooze sacrificial skirt feature.Vanessa Ezekowitz
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci