.. |
angles.t
|
Bugfix: medial axis missed some segments. #2144
|
2014-08-03 15:03:47 +02:00 |
arcs.t
|
Avoid integer overflow in arc test. Fixes #1918
|
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
|
Ported Slic3r::BridgeDetector to XS
|
2014-11-15 22:41:22 +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
|
Make combine_infill() completely idempotent. Includes unit testing
|
2014-12-08 21:23:42 +01:00 |
config.t
|
Fix regression about percent extrusion width not being validated. Includes regression test
|
2014-02-13 18:42:49 +01:00 |
cooling.t
|
Satisfy test suite and CLI
|
2014-01-02 17:24:23 +01:00 |
custom_gcode.t
|
A few improvements to gcode placeholder tests.
|
2014-06-13 14:02:09 +03:00 |
dynamic.t
|
Port offset_ex() and offset2_ex() to XS
|
2013-07-16 20:09:53 +02:00 |
fill.t
|
Make tests happy with new defaults
|
2015-01-31 12:10:50 +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. #1907
|
2014-04-29 15:25:14 +02:00 |
gcode.t
|
Don't perform wiping if we have just changed layer and no extrusions were performed before the first retraction. Includes regression test. #2214
|
2014-12-24 12:02:42 +01:00 |
geometry.t
|
Fixed test after recent change of distance_to_line() semantics
|
2015-01-03 15:41:54 +01:00 |
layers.t
|
Failing test for broken command line scaling. #1889
|
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). #2103
|
2015-01-19 15:31:12 +01:00 |
perimeters.t
|
The inwards move after an external loop was still randomly generated outwards in some cases. Perimeters are now generated with a distinct iterator for each slice. Nested islands are also correctly supported too. Various regression tests included. #2253
|
2015-01-08 15:22:13 +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
|
Removed test that doesn't apply anymore because the logic of only_retract_when_crossing_perimeters is much more complex now
|
2015-01-06 21:04:00 +01:00 |
shells.t
|
Make tests happy
|
2015-01-14 00:14:56 +01:00 |
skirt_brim.t
|
Bugfix: don't crash when skirts > 0 but skirt_height = 0. Includes regression test. #2537
|
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
|
Bugfix: bridge speed was still used for first object layer above raft when support_material_contact_distance == 0. Includes regression tests. #2656
|
2015-02-14 12:47:33 +01:00 |
svg.t
|
Bugfix: failure when exporting SVG from object containing multiple islands. Includes regression test. #2050
|
2014-05-26 11:13:53 +02:00 |
thin.t
|
Bugfix: medial axis missed some segments. #2144
|
2014-08-03 15:03:47 +02:00 |
threads.t
|
More work for removing references to $Slic3r::Config
|
2013-12-24 11:58:36 +01:00 |
vibrationlimit.t
|
Fixed t/vibrationlimit.t
|
2014-12-23 11:23:12 +01:00 |