Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-01-23 17:29:18 +0300
committerbubnikv <bubnikv@gmail.com>2019-01-23 17:29:18 +0300
commit90235ac38654935af3b1105d83a8807c7f89b6b8 (patch)
tree3d720ead26d691fadc040e37e4118647b1019efa /xs
parent5ed475a7307a939e2bfc2e76a2c3e723f780b985 (diff)
Fixed layer height profile access from Perl XS
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Print.xsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs/xsp/Print.xsp b/xs/xsp/Print.xsp
index aa90a3ad9..b8662dcd8 100644
--- a/xs/xsp/Print.xsp
+++ b/xs/xsp/Print.xsp
@@ -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()