Fixed layer height profile access from Perl XS
This commit is contained in:
parent
5ed475a730
commit
90235ac386
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ _constant()
|
|||
Ref<StaticPrintConfig> config()
|
||||
%code%{ RETVAL = &THIS->config(); %};
|
||||
Points copies();
|
||||
std::vector<double> layer_height_profile()
|
||||
%code%{ RETVAL = THIS->layer_height_profile; %};
|
||||
Clone<BoundingBox> bounding_box();
|
||||
|
||||
Points _shifted_copies()
|
||||
|
|
Loading…
Reference in a new issue