mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Raise offset scale factor back to 100000 now that Clipper was updated
This commit is contained in:
@@ -19,7 +19,7 @@ sub safety_offset {
|
||||
|
||||
sub offset {
|
||||
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
||||
$scale ||= 10000;
|
||||
$scale ||= 100000;
|
||||
$joinType //= JT_MITER;
|
||||
$miterLimit //= 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user