Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-21Force the 'nearest' strategy for starting skirt loopsAlessandro Ranellucci
2014-11-08Bugfix: seam_position = random didn't work with a single perimeter. #2179Alessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-04-30Store width and height in ExtrusionEntity objects for debugging purposesAlessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci
2013-08-29Ported ExtrusionLoop->make_counter_clockwise()Alessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-15Implemented Slic3r::ExtrusionLoopAlessandro Ranellucci
2013-03-11Missing bitAlessandro Ranellucci
2013-03-10Do each island completely if avoid_crossing_perimeters is enabled. #278Alessandro Ranellucci
2012-10-31Only put ExtrusionPath objects in ExtrusionPath::Collection (no ExtrusionLoop...Alessandro Ranellucci
2012-10-30Get rid of the ExtrusionLoop objects in concentric fillerAlessandro Ranellucci
2012-10-30Make flow_spacing required for ExtrusionLoop objects tooAlessandro Ranellucci
2012-07-22Remove all id() and ordered_id() methodsAlessandro Ranellucci
2012-07-20Restore thin walls and thin fills after last commitAlessandro Ranellucci
2012-07-20Memory optimization and code cleanup. Don't keep deserialized pathsAlessandro Ranellucci
2012-07-02Implement nearest point index and split at index to avoid search for point.Mark Hindess
2012-07-02Revert "split_at_first_point needn't call deserialize as split_at calls it."Mark Hindess
2012-07-02split_at_first_point needn't call deserialize as split_at calls it.Mark Hindess
2012-07-01Bugfix: flow wasn't adjusted for perimeters when a custom perimeters extrusio...Alessandro Ranellucci
2012-06-30Fix for incomplete commit causing thin gaps to throw an errorAlessandro Ranellucci
2012-06-09Fixed regression causing fatal errors. #429Alessandro Ranellucci
2012-06-07Fixed regression preventing arcs to be generated at all (center detection is ...Alessandro Ranellucci
2012-06-07Bugfix: some thin walls still gave a fatal error. #416Alessandro Ranellucci
2012-05-19Massive reduction of memory usage (down to one third).Alessandro Ranellucci
2012-05-19More constants, less strings => ess memory usageAlessandro Ranellucci
2012-04-16Remove XXX from dependenciesAlessandro Ranellucci
2012-02-19Support materialAlessandro Ranellucci
2012-01-13Fill gaps using medial axis detectionAlessandro Ranellucci
2011-12-30Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geom...Alessandro Ranellucci
2011-12-05Bugfix: fatal error on many models. Releasing 0.5.5a. #92 #930.5.5aAlessandro Ranellucci
2011-11-28New --solid-infill-feed-rate option. #68Alessandro Ranellucci
2011-11-28New --bridge-feed-rate option. #68Alessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-09-26Optimization of travel paths for perimetersAlessandro Ranellucci