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
2014-08-03Moved C++ code into new libslic3r directoryAlessandro 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-28Make C++ gcode generator use C++ Extruder object directly.Y. Sapir
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-04-01Move extrusion path gcode generation to C++ for speed.Y. Sapir
2014-03-09Include thin walls in general top-level perimeter sorting to get more efficie...Alessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-21Ported clip_end(), length(), is_perimeter(), is_fill(), is_bridge() to XSAlessandro Ranellucci
2013-11-21Ported intersect_expolygons() and subtract_expolygons() to XSAlessandro Ranellucci
2013-09-13Minor optimizationsAlessandro Ranellucci
2013-09-03Don't return first_point() and last_point() by referenceAlessandro Ranellucci
2013-08-29Ported ExtrusionPath::Collection->chained_pathAlessandro Ranellucci
2013-08-29Ported ExtrusionLoop->make_counter_clockwise()Alessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-27Ported (and used) ExtrusionPath->first_pointAlessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci