.. |
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
|
Remove self-intersections before supplying polygon data to polyPartition and rename triangulate2() to triangulate_pp()
|
2014-05-01 10:37:38 +02:00 |
05_surface.t
|
Ported LayerRegion::make_slices() to XS
|
2014-11-09 16:24:07 +01:00 |
06_polygon.t
|
New seal_position option that replaces randomize_start, start_perimeters_at_concave_points and start_perimeters_at_non_overhang. The two latter options are now always on by default. A new "Aligned" seal position value has been added, that forces starting points to be aligned when not randomized. #1741 #925
|
2014-05-22 19:34:49 +02:00 |
07_extrusionpath.t
|
More incomplete work for Flow/Extruder refactoring
|
2014-01-03 18:27:46 +01:00 |
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
|
Ported Slic3r::Polyline::Collection
|
2013-08-30 00:06:10 +02:00 |
14_geometry.t
|
Refactoring: move direction math into a single function. Includes some fixes and adjustments
|
2014-05-02 18:48:11 +02:00 |
15_config.t
|
added support Machinekit flavour GCode
|
2015-02-06 18:48:46 +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
|
Finish porting Print classes to XS
|
2014-06-10 16:01:57 +02:00 |