mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-01 14:51:01 -07:00
Don't grow horizontal shells having acute angles. #1387
This commit is contained in:
parent
9484c377d9
commit
cb677c45de
3 changed files with 10 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue