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
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-02-02Avoid placement of seams on bridging perimeters, if random seam is enabled.bubnikv
2016-11-04Method ExtrusionEntity::polygons_covered() and derived were splitbubnikv
2016-11-03ExtrusionEntity and derived classes: Documented, short methods madebubnikv
2015-12-21Force the 'nearest' strategy for starting skirt loopsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-07-02Make tests happyAlessandro Ranellucci
2015-01-25Bugfix: crash when rendering lines with zero length in 3D preview. #2569Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2014-12-17Fixed testsAlessandro Ranellucci
2014-11-08Fixed glitch in commit 9c93e52c8f313d4448006f06718a6dfdc5ec758a causing tests...Alessandro Ranellucci
2014-11-08Workaround Clipper changing point coordinates while performing simplify_polyg...Alessandro Ranellucci
2014-11-08Bugfix: seam_position = random didn't work with a single perimeter. #2179Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-22Enforce seam alignment and blend in spiral vase. #2023Alessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-07Turn ExtrusionLoop into a collection of polylines. Includes some changes to t...Alessandro Ranellucci
2014-04-30Store width and height in ExtrusionEntity objects for debugging purposesAlessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2013-11-21Ported clip_end(), length(), is_perimeter(), is_fill(), is_bridge() to XSAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-07Some minor fixes needed after the xsdata merge. #1421Alessandro Ranellucci
2013-08-31Return ExtrusionPath->polyline and ExtrusionLoop->polygon by referenceAlessandro Ranellucci
2013-08-29Ported ExtrusionLoop->make_counter_clockwise()Alessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-16Implement split_at_index() and split_at_first_point() in ExtrusionLoop tooAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15Implemented Slic3r::ExtrusionLoopAlessandro Ranellucci