mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Possible (or at least partial) workaround for the current Clipper segfault. #779
This commit is contained in:
@@ -19,7 +19,7 @@ sub safety_offset {
|
|||||||
|
|
||||||
sub offset {
|
sub offset {
|
||||||
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
||||||
$scale ||= 100000;
|
$scale ||= 10000;
|
||||||
$joinType //= JT_MITER;
|
$joinType //= JT_MITER;
|
||||||
$miterLimit //= 2;
|
$miterLimit //= 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user