..
inc
Ported config load / stored to C++, thanks @alexrj
2017-06-14 17:51:14 +02:00
01_trianglemesh.t
Replace the flip word with mirror. #3060
2015-11-04 23:11:30 +01:00
03_point.t
More robust medial axis pruning. #2800
2015-05-13 20:50:30 +02: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
Fixed type error
2016-03-26 12:21:54 +01:00
07_extrusionpath.t
Merged support_fills with support_interface_fills.
2017-04-07 17:37:30 +02:00
08_extrusionloop.t
Merged support_fills with support_interface_fills.
2017-04-07 17:37:30 +02:00
09_polyline.t
Faster (but less precise) implementation of simplify_by_visibility(), since it was the bottleneck of avoid_crossing_perimeters. #2777
2015-05-18 19:28:59 +02:00
10_line.t
New +Line::intersection_infinite() method
2015-01-16 16:25:39 +01:00
11_clipper.t
Adapted to the new ClipperUtils.hpp interface by @alexrj
2016-12-13 19:22:23 +01:00
12_extrusionpathcollection.t
Restore correct ordering of concentric infill loops, preventing them from being reordered during G-code generation
2015-03-09 18:28:07 +01:00
13_polylinecollection.t
Ported Slic3r::Polyline::Collection
2013-08-30 00:06:10 +02:00
14_geometry.t
Make test happy
2015-12-02 19:39:16 +01:00
15_config.t
Removed the unsupported "pillars" support pattern.
2018-03-14 20:08:34 +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
Fixes and improvements to MotionPlanner, much smarter now
2015-12-21 14:46:35 +01:00
19_model.t
Keep model objects aligned to Z = 0 in plater
2014-12-12 22:43:56 +01:00
20_print.t
More refactoring on Config XS bindings
2015-12-16 12:58:06 +01:00
21_gcode.t
Ported more Slic3r::GCode methods to XS
2015-07-01 23:00:52 +02:00
22_exception.t
Removed the "Broken croak" support, which was useful on broken
2018-05-03 21:45:43 +02:00