mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Possible (or at least partial) workaround for the current Clipper segfault. #779
This commit is contained in:
parent
2ef90562ce
commit
2e3110d2e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue