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-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
2016-05-19Merge pull request #3120 from Vicious-one/patch-1Joseph Lenox
2016-05-12Fix cooling not working if !gcode_commentsChow Loong Jin
2016-05-03Merge remote-tracking branch 'upstream/master'version_1.2.31aVojtech Bubnik
2016-04-15Optimize remove_duplicate_points.bubnikv
2016-04-15Close SVG file when the object gets deallocated.bubnikv
2016-04-14Disable optimizations and debug check even in debug mode.bubnikv
2016-04-13Optimized and improved rectilinear fill.bubnikv
2016-04-13Optimized and improved rectilinear fill.bubnikv
2016-04-12Merge pull request #3303 from hyperair/fix-cooldownJoseph Lenox
2016-04-12Use float for elapsed_timeChow Loong Jin
2016-04-12Account for travel moves in elapsed_timeChow Loong Jin
2016-04-11Remove some debugging info.bubnikv
2016-04-11Revert incorrect checkins.bubnikv
2016-04-11Simulation of extrusion in a plane, useful for finding out under / over-extru...bubnikv
2016-04-11Fills were reimplemented in C++.bubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2016-04-11Fixed compilation on OS XAlessandro Ranellucci
2016-04-10The chaining and leftmost_point methods were rewritten as static methods, so ...bubnikv
2016-04-10Fixed a typo when SLIC3R_DEBUG is active.bubnikv
2016-04-10New method to rotate only polygons, not translate.bubnikv
2016-04-10Added a macro SLIC3R_CPPVER to indicate the C++ language version supported by...bubnikv
2016-04-10Added optimized methods for point and polyline rotation.bubnikv
2016-04-10New constructors for the bounding box with min/max points were added.bubnikv
2016-04-10Use CLIPPER_OFFSET_SCALE instead of a numeric value.bubnikv
2016-04-10Fix layer time slowdownChow Loong Jin
2016-03-27Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG i...bubnikv
2016-03-26Tune gap fill and thin walls to less extreme valuesAlessandro Ranellucci
2016-03-26Filter gap fill using length relative to the actual width. #2781Alessandro Ranellucci
2016-03-26Fixed type errorAlessandro Ranellucci
2016-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT fr...Alessandro Ranellucci
2016-03-20Missing #includeAlessandro Ranellucci
2016-03-20When loading an AMF file having multiple objects that look like multiple part...Alessandro Ranellucci
2016-03-19Variable-width thin walls. Yay!Alessandro Ranellucci
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2016-03-19Fixed regression in bridging caused by error in porting. Includes regression ...Alessandro Ranellucci
2016-03-14Fix issue with undefined BOOST_VERSIONMark Walker
2016-03-14Raise allowed temperatures to 500°C. #3114Alessandro Ranellucci
2016-03-14Support incompatible change in Boost 1.60. #3117Alessandro Ranellucci