PrusaSlicer-NonPlainar/t
bubnikv 79f5a16536 Reverted the perimeter generator to not save the perimeter areas.
These could be calculated from the fill areas if needed.
On the other side, the non-classified (non-split) fill areas are stored
now for use in the "ensure vertical wall thickness" feature,
also the non-split fill areas are re-used when recalculating the infills.
This is safer than trying to stitch the fill region together from the
classified fragments.

Modified the "ensure vertical wall thickness" feature to use the non-split
fill areas instead of perimeter areas for the calculation
of non-supported regions. This is cheaper as the fill areas contain
roughly half the edges.
2016-11-17 23:22:59 +01:00
..
angles.t Bugfix: medial axis missed some segments. 2014-08-03 15:03:47 +02:00
arcs.t Avoid integer overflow in arc test. Fixes 2014-04-22 23:01:01 -04:00
avoid_crossing_perimeters.t Fixed regression causing crash when using avoid_crossing_perimeters with multiple object, caused by recent refactorings. Added regression test 2014-11-26 22:46:51 +01:00
bridges.t Reworked the bridge detector to allow searching a single bridging 2016-11-08 09:59:25 +01:00
clean_polylines.t Removed more unused functions and fixed tests 2013-11-22 16:19:15 +01:00
clipper.t Fix more regressions in test suite regarding the workaround for Clipper bug 2014-05-21 15:45:16 +02:00
collinear.t Removed dependency on Math::Clipper 2013-08-27 01:26:44 +02:00
combineinfill.t Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled 2015-03-06 09:56:58 +01:00
config.t Removed setenv() test as we can't test environment variables in Perl since they are now set in XS 2015-07-01 20:15:52 +02:00
cooling.t Defined the +-* operators on Pointf. 2016-10-21 16:53:42 +02:00
custom_gcode.t Finished porting PlaceholderParser to XS 2015-07-01 19:35:22 +02:00
dynamic.t Port offset_ex() and offset2_ex() to XS 2013-07-16 20:09:53 +02:00
fill.t Test of a 100% coverage by the FillRectilinear2 has been disabled before, 2016-11-02 17:15:05 +01:00
flow.t Make tests happy 2015-01-14 00:14:56 +01:00
gaps.t Bugfix: gap fill was not inserted in the correct order before leaving island. Includes regression test. 2014-04-29 15:25:14 +02:00
gcode.t Ported Slic3r::GCode storage to XS 2015-07-01 21:47:17 +02:00
geometry.t Bugfix: concave starting points were not correctly detected for slice holes. Includes regression test. 2015-06-01 17:55:51 +02:00
layers.t Failing test for broken command line scaling. 2014-04-05 11:21:26 +02:00
loops.t Fix threads, tests and require the most recent Moo version 2013-09-12 11:09:03 +02:00
multi.t Fixed test and implementation of ooze prevention standby points (wrong test caused wrong implementation). 2015-01-19 15:31:12 +01:00
perimeters.t Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
polyclip.t Removed more unused functions and fixed tests 2013-11-22 16:19:15 +01:00
pressure.t Make tests happy with new defaults 2015-01-31 12:10:50 +01:00
print.t Removed print_center option (but left --print-center from CLI) 2014-06-16 23:58:45 +02:00
retraction.t Test case for Bugfix: use Lift-z option for 2. extruder 2016-09-26 12:50:05 +02:00
shells.t Ported more Slic3r::GCode methods to XS 2015-07-01 23:00:52 +02:00
skirt_brim.t Bugfix: don't crash when skirts > 0 but skirt_height = 0. Includes regression test. 2015-01-18 13:01:00 +01:00
slice.t Fix threads, tests and require the most recent Moo version 2013-09-12 11:09:03 +02:00
support.t Use thick raft layers as we do for support material layers. 2015-03-09 20:00:55 +01:00
svg.t Bugfix: failure when exporting SVG from object containing multiple islands. Includes regression test. 2014-05-26 11:13:53 +02:00
thin.t More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
threads.t More work for removing references to $Slic3r::Config 2013-12-24 11:58:36 +01:00