1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Possible (or at least partial) workaround for the current Clipper segfault. #779

This commit is contained in:
Alessandro Ranellucci
2012-11-07 15:22:32 +01:00
parent 2ef90562ce
commit 2e3110d2e4
+1 -1
View File
@@ -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;