This website requires JavaScript.
Explore
Help
Sign In
Github-Mirrors
/
OrcaSlicer-bambulab
Watch
1
Star
0
Fork
0
You've already forked OrcaSlicer-bambulab
mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced
2026-08-09 22:58:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69002b8ea25355b096d77b1f87f0ccd4ae01f996
OrcaSlicer-bambulab
/
xs
/
t
History
Alessandro Ranellucci
c37ef2f18b
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
2014-05-08 11:07:37 +02:00
..
01_trianglemesh.t
Use poly2tri for triangulation. This fixes some cases where polyPartition couldn't triangulate successfully. Reported as issue
#9
in polyPartition repository. Tested with MotorHalter_0.stl cut at 1.2
2014-05-01 12:07:11 +02:00
03_point.t
Fix overflow in Point::ccw() affecting convex hull generation. Includes regression test
2014-01-17 14:49:51 +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
Perform additional checks before merging solid surfaces (i.e. take flow and fill pattern into account)
2014-02-10 13:19:44 +01:00
06_polygon.t
New Polygon::triangulate_convex() method
2014-04-24 16:59:36 +02:00
07_extrusionpath.t
…
08_extrusionloop.t
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
2014-05-08 11:07:37 +02:00
09_polyline.t
Extend medial axis endpoints to fill the entire length. Includes fix for a minor memory leak caused by usage of old signature for Line::point_at()
2014-03-15 16:53:20 +01:00
10_line.t
Refactoring: move direction math into a single function. Includes some fixes and adjustments
2014-05-02 18:48:11 +02:00
11_clipper.t
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
2014-05-08 11:07:37 +02:00
12_extrusionpathcollection.t
New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs.
2014-05-08 11:07:37 +02:00
13_polylinecollection.t
…
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
Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe
2014-04-19 19:14:41 +02:00
16_flow.t
Ported Flow to XS
2014-01-05 13:16:13 +01:00
17_boundingbox.t
Finished porting BoundingBox to XS
2014-01-07 12:48:09 +01:00