1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Raise offset scale factor back to 100000 now that Clipper was updated

This commit is contained in:
Alessandro Ranellucci
2012-11-15 10:09:29 +01:00
parent df70f6ac95
commit 580e36eb25
+1 -1
View File
@@ -19,7 +19,7 @@ sub safety_offset {
sub offset {
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
$scale ||= 10000;
$scale ||= 100000;
$joinType //= JT_MITER;
$miterLimit //= 2;