mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 18:25:55 +08:00
Fixing Perl integration
This commit is contained in:
parent
0ca6b12da1
commit
1c6333e557
@ -10,7 +10,8 @@
|
|||||||
// owned by Layer, no constructor/destructor
|
// owned by Layer, no constructor/destructor
|
||||||
|
|
||||||
Ref<Layer> layer();
|
Ref<Layer> layer();
|
||||||
Ref<PrintRegion> region();
|
Ref<PrintRegion> region()
|
||||||
|
%code%{ RETVAL = &THIS->region(); %};
|
||||||
|
|
||||||
Ref<SurfaceCollection> slices()
|
Ref<SurfaceCollection> slices()
|
||||||
%code%{ RETVAL = &THIS->slices; %};
|
%code%{ RETVAL = &THIS->slices; %};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user