Bugfix: brim and skirt collision was not precisely detected when they had similar offsets. #548

This commit is contained in:
Alessandro Ranellucci 2012-08-06 20:26:08 +02:00
parent 2616c24ffc
commit 9bfa4118a1
2 changed files with 5 additions and 4 deletions

View file

@ -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);