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-07-02Make tests happyAlessandro Ranellucci
2014-05-13Distinct extrusion role for support material interfaceAlessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-21Removed clip_with_polygon() and clip_with_expolygon()Alessandro 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-17Fix regression in start perimeters at non-overhangs. #1442Alessandro Ranellucci
2013-08-29Removed unused codeAlessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-28Move arc fitting code to its own post-processing filter and remove the built-...Alessandro Ranellucci
2013-08-28Huge speed boost by reducing the number of method calls in GCode.pmAlessandro Ranellucci
2013-08-27Ported (and used) ExtrusionPath->first_pointAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15Fix tests here and thereAlessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci
2013-07-05Optimization in Polyline instantiationAlessandro Ranellucci
2013-06-20New algorithm for overhang detectionAlessandro Ranellucci
2013-05-16Merge branch 'master' into overhangAlessandro Ranellucci
2013-05-16Fix regression in --gcode-arcsAlessandro Ranellucci
2013-05-14New algorithm for overhang detectionAlessandro Ranellucci
2013-05-14Unfinished work for displaying bridge paths in section cutsAlessandro Ranellucci
2013-03-30Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfac...Alessandro Ranellucci
2013-03-18Remove the 'simplify' handle in ExtrusionPath after the recent refactoring. #...Alessandro Ranellucci
2013-03-17Use solid infill speed for internal bridges; apply slowdown if any; don't use...Alessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-10Do each island completely if avoid_crossing_perimeters is enabled. #278Alessandro Ranellucci
2013-03-09Don't apply acceleration settings to travel movesAlessandro Ranellucci
2013-03-05Apply only_retract_when_crossing_perimeters to all infillsAlessandro Ranellucci
2012-12-05No need for a role to identify small perimetersAlessandro Ranellucci
2012-11-21Only apply vibration limit to gaps fill while it's not very mature to work wi...Alessandro Ranellucci
2012-11-18Apply Douglas-Peucker to all paths before generating G-codeAlessandro Ranellucci
2012-10-30Get rid of the ExtrusionLoop objects in concentric fillerAlessandro Ranellucci
2012-10-28Do a slightly thinner interface layer at the top of support material structur...Alessandro Ranellucci
2012-10-28Renamed ExtrusionPath->depth_layers to heightAlessandro Ranellucci
2012-10-22Make arcs.t happy. #721Alessandro Ranellucci
2012-09-12Revert "Patch for --gcode-arcs (kindly submitted by Paul Howes)"Alessandro Ranellucci
2012-09-12Patch for --gcode-arcs (kindly submitted by Paul Howes)Alessandro Ranellucci
2012-07-27Refactored configuration handling.Alessandro 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-06-30Fix for incomplete commit causing thin gaps to throw an errorAlessandro Ranellucci
2012-06-27Different speed for external perimeters. #488Alessandro Ranellucci
2012-06-24Revert "Don't reset E when the makerbot flavor is selected"Alessandro Ranellucci
2012-06-24Don't reset E when the makerbot flavor is selectedAlessandro Ranellucci
2012-06-09Fixed regression causing fatal errors. #429Alessandro Ranellucci
2012-06-06New --top-solid-infill-speed option. Also, --solid-infill-speed and --small-p...Alessandro Ranellucci
2012-05-20Fixed arcs.t to work with new serialization mechanismAlessandro Ranellucci