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
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-07-11 22:09:01 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-07-11 22:09:01 +0400
commitf82a8475a1ccd7ca9ebddd31d6b60953a26b5f39 (patch)
treeef3ac3384a61bc56823f1aee126192e60b5a5673 /xs/xsp/Model.xsp
parent4d67f902b61f85e4bf8002e8ecbb00028a2d4da0 (diff)
Use AMF object and volume metadata for handling per-object and per-volume settings
Diffstat (limited to 'xs/xsp/Model.xsp')
-rw-r--r--xs/xsp/Model.xsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xs/xsp/Model.xsp b/xs/xsp/Model.xsp
index 798169cc5..1f573cb37 100644
--- a/xs/xsp/Model.xsp
+++ b/xs/xsp/Model.xsp
@@ -167,6 +167,8 @@ ModelMaterial::attributes()
%code%{ THIS->material_id(material_id); %};
Ref<ModelMaterial> material();
+ Ref<DynamicPrintConfig> config()
+ %code%{ RETVAL = &THIS->config; %};
Ref<TriangleMesh> mesh()
%code%{ RETVAL = &THIS->mesh; %};