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
path: root/t
AgeCommit message (Expand)Author
2013-06-23Fixed regression causing wrong direction for inwards move in holes. Includes ...Alessandro Ranellucci
2013-06-22Little optimizations in slicingAlessandro Ranellucci
2013-06-22Add regression test for concave starting points. #135Alessandro Ranellucci
2013-06-21Add regression test to ensure fan is enabled when printing overhangs. #432Alessandro Ranellucci
2013-06-21Some fixes about overhang detection. Includes regression testsAlessandro Ranellucci
2013-06-16Refactoring: use Slic3r::Geometry::BoundingBox objects everywhereAlessandro Ranellucci
2013-06-15Merge branch 'issue1161'Alessandro Ranellucci
2013-06-15Bugfix: infill was clipped badly. Includes regression test. #1245Alessandro Ranellucci
2013-06-14Ignore solid_infill_every_layers when fill_density is 0. Includes regression ...Alessandro Ranellucci
2013-06-10Bugfix: ineffective scale() method in recently created BoundingBox objects ca...Alessandro Ranellucci
2013-06-08Regression test for top solid surfaces in V-shaped object. #1161Alessandro Ranellucci
2013-06-07New test to ensure brim and raft are extruded with the support material extru...Alessandro Ranellucci
2013-06-07Fixed SVG export and added regression testAlessandro Ranellucci
2013-05-31Some fixes to the cooling logic and new test suite for coolingAlessandro Ranellucci
2013-05-31Store config in Slic3r::GCode objectAlessandro Ranellucci
2013-05-30Fixed regression causing skirt_height to he honored incorrectly when printing...Alessandro Ranellucci
2013-05-18Optimization: split meshes automatically when avoid_crossing_perimeters is en...Alessandro Ranellucci
2013-05-17Update t/arcs.t and add one more testAlessandro Ranellucci
2013-05-15Update tests after recent TriangleMesh optimizationsAlessandro Ranellucci
2013-05-13Move Slic3r::Test::GCodeReader to Slic3r::GCode::ReaderAlessandro Ranellucci
2013-05-11Merge branch 'better-brim'Alessandro Ranellucci
2013-04-25Update test according to the new Fill/Base.pm syntaxAlessandro Ranellucci
2013-04-15Update unit test after recent conversion of Boost::Geometry::Utils to double ...Alessandro Ranellucci
2013-04-09Remove debugging statementsAlessandro Ranellucci
2013-04-09Always move Z at travel speed. #1093Alessandro Ranellucci
2013-03-30Bugfix: support material and brim didn't work correctly. Includes unit test. ...Alessandro Ranellucci
2013-03-26Bugfix: solid-infill-below-area wasn't ignored when fill_density = 0, causing...Alessandro Ranellucci
2013-03-18Fix t/retraction.t after the recent change to the first_layer_height defaultAlessandro Ranellucci
2013-03-16Removed keep_meshesAlessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-11Bugfix: double lift at toolchange. #953Alessandro Ranellucci
2013-03-10Update testsAlessandro Ranellucci
2013-03-07Make tests happyAlessandro Ranellucci
2013-03-07Infill refactoring and cleanup completeAlessandro Ranellucci
2013-02-28make sure combine infill test has infill to combine #1023Mike Sheldrake
2013-02-23Bugfix: when using low layer heights and support material, the contact region...Alessandro Ranellucci
2013-02-16regression test for combined infill #834Mike Sheldrake
2013-02-06Rename shortest_path() in tests too. #980Alessandro Ranellucci
2013-02-04Remove sporadic duplicate useless lines. #772Alessandro Ranellucci
2013-02-04Add unit test for polyline_linesAlessandro Ranellucci
2013-01-31Scale test coordinates to avoid truncation issuesAlessandro Ranellucci
2013-01-28Make tests happy about the new Boost::Geometry::Utils working with integersAlessandro Ranellucci
2013-01-27Fix last_pos shifting and add unit testAlessandro Ranellucci
2013-01-17Update retraction.t to work with two-phase retractions (triggered by changing...Alessandro Ranellucci
2013-01-02New unit test for layer heightsAlessandro Ranellucci
2012-12-31Add regression test to trap fatal errors during hilbertcurve infill generatio...Alessandro Ranellucci
2012-12-30Bugfix: some holes being closed incorrectly. #858Alessandro Ranellucci
2012-12-30Added failing test case for troubleshooting unexpected filled holes. #858Alessandro Ranellucci
2012-12-29Rename t/stl.t to t/slice.tAlessandro Ranellucci
2012-12-27Added a couple Clipper tests. #858Alessandro Ranellucci