mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Bugfix: brim and skirt collision was not precisely detected when they had similar offsets. #548
This commit is contained in:
parent
2616c24ffc
commit
9bfa4118a1
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ require Exporter;
|
|||
our @ISA = qw(Exporter);
|
||||
our @EXPORT_OK = qw(explode_expolygon explode_expolygons safety_offset offset
|
||||
diff_ex diff union_ex intersection_ex xor_ex PFT_EVENODD JT_MITER JT_ROUND
|
||||
is_counter_clockwise);
|
||||
JT_SQUARE is_counter_clockwise);
|
||||
|
||||
use Math::Clipper 1.09 ':all';
|
||||
use Slic3r::Geometry qw(scale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue