Don't grow horizontal shells having acute angles. #1387

This commit is contained in:
Alessandro Ranellucci 2013-09-06 17:43:40 +02:00
parent 9484c377d9
commit cb677c45de
3 changed files with 10 additions and 4 deletions

View file

@ -5,9 +5,9 @@ use warnings;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(offset offset_ex
diff_ex diff union_ex intersection_ex xor_ex JT_ROUND
diff_ex diff union_ex intersection_ex xor_ex JT_ROUND JT_MITER
JT_SQUARE is_counter_clockwise union_pt offset2 offset2_ex traverse_pt
intersection union);
intersection union CLIPPER_OFFSET_SCALE);
use Slic3r::Geometry qw(scale);