mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed layer height profile access from Perl XS
This commit is contained in:
@@ -49,8 +49,6 @@ _constant()
|
|||||||
Ref<StaticPrintConfig> config()
|
Ref<StaticPrintConfig> config()
|
||||||
%code%{ RETVAL = &THIS->config(); %};
|
%code%{ RETVAL = &THIS->config(); %};
|
||||||
Points copies();
|
Points copies();
|
||||||
std::vector<double> layer_height_profile()
|
|
||||||
%code%{ RETVAL = THIS->layer_height_profile; %};
|
|
||||||
Clone<BoundingBox> bounding_box();
|
Clone<BoundingBox> bounding_box();
|
||||||
|
|
||||||
Points _shifted_copies()
|
Points _shifted_copies()
|
||||||
|
|||||||
Reference in New Issue
Block a user