mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
Completely rewritten the slicing algorithm
It should work with any model now. There are still problems with some bridges.
This commit is contained in:
parent
ad27f25c71
commit
459577f9a2
8 changed files with 137 additions and 246 deletions
|
@ -17,7 +17,7 @@ our @EXPORT_OK = qw(
|
|||
clip_segment_complex_polygon longest_segment angle3points
|
||||
);
|
||||
|
||||
use Slic3r::Geometry::DouglasPeucker ();
|
||||
use Slic3r::Geometry::DouglasPeucker qw(Douglas_Peucker);
|
||||
use XXX;
|
||||
|
||||
use constant PI => 4 * atan2(1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue