mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Bugfix in polyline simplification
This commit is contained in:
@@ -12,7 +12,7 @@ use constant X => 0;
|
||||
use constant Y => 1;
|
||||
use constant epsilon => 1E-8;
|
||||
use constant epsilon2 => epsilon**2;
|
||||
our $parallel_degrees_limit = abs(deg2rad(10));
|
||||
our $parallel_degrees_limit = abs(deg2rad(3));
|
||||
|
||||
sub slope {
|
||||
my ($line) = @_;
|
||||
|
||||
Reference in New Issue
Block a user