mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:35:56 +08:00
Fixed layer height profile access from Perl XS
This commit is contained in:
parent
5ed475a730
commit
90235ac386
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user