mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Fixed Perl bindings of Clipper after Clipper was adapted to Slic3r::Point
This commit is contained in:
parent
ea26581959
commit
1d588dad90
4 changed files with 13 additions and 13 deletions
|
@ -85,7 +85,7 @@ Surface::polygons()
|
|||
Surfaces
|
||||
Surface::offset(delta, joinType = ClipperLib::jtMiter, miterLimit = 3)
|
||||
const float delta
|
||||
ClipperLib::JoinType joinType
|
||||
Slic3r::ClipperLib::JoinType joinType
|
||||
double miterLimit
|
||||
CODE:
|
||||
surfaces_append(RETVAL, offset_ex(THIS->expolygon, delta, joinType, miterLimit), *THIS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue