mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fixing Perl integration
This commit is contained in:
@@ -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; %};
|
||||||
|
|||||||
Reference in New Issue
Block a user