mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 01:39:02 +08:00
Possible (or at least partial) workaround for the current Clipper segfault. #779
This commit is contained in:
parent
2ef90562ce
commit
2e3110d2e4
@ -19,7 +19,7 @@ sub safety_offset {
|
||||
|
||||
sub offset {
|
||||
my ($polygons, $distance, $scale, $joinType, $miterLimit) = @_;
|
||||
$scale ||= 100000;
|
||||
$scale ||= 10000;
|
||||
$joinType //= JT_MITER;
|
||||
$miterLimit //= 2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user