PrusaSlicer-NonPlainar/xs/t
2015-01-28 13:00:38 +01:00
..
01_trianglemesh.t Bugfix: tangent horizontal mesh surfaces were not included in slices under rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test 2015-01-28 13:00:38 +01:00
03_point.t Bugfix: Douglas-Peucker used perpendicular distance instead of shortest distance, thus clipping more than it should. #2474 2015-01-03 15:03:53 +01:00
04_expolygon.t
05_surface.t Ported LayerRegion::make_slices() to XS 2014-11-09 16:24:07 +01:00
06_polygon.t
07_extrusionpath.t
08_extrusionloop.t Bugfix: a bug in Polyline::split_at() caused random loss of perimeter segments. #2495 2015-01-05 15:51:57 +01:00
09_polyline.t Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother paths and several edge cases now handled better 2015-01-06 20:52:36 +01:00
10_line.t New +Line::intersection_infinite() method 2015-01-16 16:25:39 +01:00
11_clipper.t Added test case for a Clipper bug 2015-01-18 01:07:23 +01:00
12_extrusionpathcollection.t Removed useless thing added in e79aa2e81c 2014-12-17 00:52:01 +01:00
13_polylinecollection.t
14_geometry.t
15_config.t New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618 2014-12-17 00:34:00 +01:00
16_flow.t Fixed minor harmless error in a couple tests 2014-08-08 11:07:51 +02:00
17_boundingbox.t Ported more things to XS 2014-09-21 10:51:36 +02:00
18_motionplanner.t Merge branch 'acp-voronoi' 2014-07-26 22:38:35 +02:00
19_model.t Keep model objects aligned to Z = 0 in plater 2014-12-12 22:43:56 +01:00
20_print.t