bubnikv
|
401059066e
|
Switched to Perl local::lib for local compilation.
Taken from upstream Slic3r, thanks @alexrj.
|
2017-08-18 09:58:50 +02:00 |
|
Alessandro Ranellucci
|
f14c0e2183
|
Bugfix: concave starting points were not correctly detected for slice holes. Includes regression test. #2857
|
2015-06-01 17:55:51 +02:00 |
|
Alessandro Ranellucci
|
d46d9079a3
|
Fixed test after recent change of distance_to_line() semantics
|
2015-01-03 15:41:54 +01:00 |
|
Alessandro Ranellucci
|
6ce651eb4a
|
Fixed wrong implementation of concave_points() and convex_points() in C++. #2384
|
2014-12-07 19:53:22 +01:00 |
|
Alessandro Ranellucci
|
9bff6ccde7
|
Fixed tests after recent fixes to concave_points
|
2014-06-11 22:21:30 +02:00 |
|
Alessandro Ranellucci
|
abdf6531f1
|
Bugfix: wrong logic for concave_points() and convex_points()
|
2014-05-26 11:50:42 +02:00 |
|
Alessandro Ranellucci
|
93c1ae92c9
|
Added failing test case for contains_point() not working on Windows. #1950
|
2014-04-30 16:44:25 +02:00 |
|
Alessandro Ranellucci
|
33da6adc3c
|
Better pruning
|
2014-03-08 11:36:48 +01:00 |
|
Alessandro Ranellucci
|
b17d06f9d1
|
Finished porting BoundingBox to XS
|
2014-01-07 12:48:09 +01:00 |
|
Alessandro Ranellucci
|
a29eeb7789
|
Fix t/geometry.t
|
2013-11-24 00:59:45 +01:00 |
|
Alessandro Ranellucci
|
0045f84ed2
|
Removed chained_path_points()
|
2013-11-23 21:42:01 +01:00 |
|
Alessandro Ranellucci
|
a950fbe0c2
|
Removed more unused functions and fixed tests
|
2013-11-22 16:19:15 +01:00 |
|
Alessandro Ranellucci
|
5f81292f3f
|
Ported encloses_point() to XS and renamed to contains_point()
|
2013-11-21 16:21:42 +01:00 |
|
Alessandro Ranellucci
|
50c0081d25
|
Update Clipper to 6.0.0
|
2013-11-20 11:35:58 +01:00 |
|
Alessandro
|
e024b08762
|
Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464
|
2013-11-11 13:00:50 +01:00 |
|
Alessandro Ranellucci
|
849d69d178
|
Fix regression in chained_path() introduced in fb763b0187 . Includes regression test. #1184
|
2013-11-02 18:00:55 +01:00 |
|
Alessandro Ranellucci
|
747fd25f6d
|
Fix threads, tests and require the most recent Moo version
|
2013-09-12 11:09:03 +02:00 |
|
Alessandro Ranellucci
|
fb763b0187
|
Removed dependency on Math::Clipper
|
2013-08-27 01:26:44 +02:00 |
|
Alessandro Ranellucci
|
b38cc2c244
|
Merge branch 'master' into xsdata
Conflicts:
lib/Slic3r.pm
lib/Slic3r/ExPolygon.pm
lib/Slic3r/Fill.pm
lib/Slic3r/Fill/Rectilinear.pm
lib/Slic3r/GCode.pm
lib/Slic3r/GUI/Plater.pm
lib/Slic3r/Geometry/Clipper.pm
lib/Slic3r/Layer/Region.pm
lib/Slic3r/Print.pm
lib/Slic3r/Print/Object.pm
lib/Slic3r/TriangleMesh.pm
t/shells.t
xs/MANIFEST
|
2013-08-08 02:10:34 +02:00 |
|
Alessandro Ranellucci
|
9458c7db97
|
Fix integration of XS containers
|
2013-07-16 17:13:01 +02:00 |
|
Alessandro Ranellucci
|
ab6b3d41a7
|
XS interface completed, including new Line class
|
2013-07-15 22:57:22 +02:00 |
|
Alessandro Ranellucci
|
9af2a1c007
|
Use XS Point everywhere
|
2013-07-15 20:31:43 +02:00 |
|
Alessandro Ranellucci
|
8e0e03247d
|
Bugfix: ineffective scale() method in recently created BoundingBox objects caused wrong positioning for scaled objects in plater. Includes regression test. #1171
|
2013-06-10 15:34:45 +02:00 |
|
Alessandro Ranellucci
|
7d08796b0a
|
Remove sporadic duplicate useless lines. #772
|
2013-02-04 14:27:23 +01:00 |
|
Alessandro Ranellucci
|
3794d51cc7
|
Add unit test for polyline_lines
|
2013-02-04 14:21:59 +01:00 |
|
Alessandro Ranellucci
|
a24ffee2aa
|
New polygon_is_convex() function
|
2012-02-25 16:14:59 +01:00 |
|
Alessandro Ranellucci
|
d51a37a0ae
|
Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16
|
2011-11-30 16:07:31 +01:00 |
|
Alessandro Ranellucci
|
7628c83e9f
|
Some tests were failing
|
2011-10-10 11:00:19 +02:00 |
|
Alessandro Ranellucci
|
84abd41cf4
|
Fixes for bridges
|
2011-10-09 22:18:06 +02:00 |
|
Alessandro Ranellucci
|
ad27f25c71
|
Skeining algorithm totally rewritten
|
2011-10-08 19:02:05 +02:00 |
|
Alessandro Ranellucci
|
743f2abcf2
|
Detection of optimal infill direction for bridges. Includes many fixes and improvements.
|
2011-10-07 19:07:57 +02:00 |
|
Alessandro Ranellucci
|
e2d2574b8b
|
New algorithm for clipping lines to complex polygons
|
2011-10-06 12:20:25 +02:00 |
|
Alessandro Ranellucci
|
5812804d6b
|
Refactored the can_connect() logic (includes a refactoring of the SVG library)
|
2011-10-06 11:55:26 +02:00 |
|