mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fix syntax for ex_int_offset2()
This commit is contained in:
@@ -113,8 +113,8 @@ sub ex_int_offset2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub collapse_ex {
|
sub collapse_ex {
|
||||||
my ($polygons, $width) = @_;
|
my ($polygons, $width) = @_;use XXX; YYY
|
||||||
return ex_int_offset2($polygons, -$width/2, +$width/2);
|
return [ ex_int_offset2($polygons, -$width/2, +$width/2) ];
|
||||||
}
|
}
|
||||||
|
|
||||||
sub simplify_polygon {
|
sub simplify_polygon {
|
||||||
|
|||||||
Reference in New Issue
Block a user