mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
This commit is contained in:
parent
20229fccdb
commit
44c636aea1
3 changed files with 9 additions and 5 deletions
|
@ -23,8 +23,8 @@ sub explode_expolygons {
|
|||
}
|
||||
|
||||
sub safety_offset {
|
||||
my ($polygons) = @_;
|
||||
return Math::Clipper::offset($polygons, scale 1e-05, 100, JT_MITER, 2);
|
||||
my ($polygons, $factor) = @_;
|
||||
return Math::Clipper::offset($polygons, $factor || (scale 1e-05), 100, JT_MITER, 2);
|
||||
}
|
||||
|
||||
sub diff_ex {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue