Skip to content

Commit 9eeb663

Browse files
authored
Merge pull request #6 from Ultimaker/CURA-12099_export-and-import-to-bambu-3mf
CURA-12099 export and import to bambu 3mf
2 parents 897b273 + 53fe14b commit 9eeb663

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

conandata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "5.10.0"
1+
version: "5.11.0-alpha.0"
22
requirements:
3-
- "savitar/5.10.0"
3+
- "savitar/5.11.0-alpha.0"

python/SceneNode.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ public:
3333

3434
std::string getType();
3535
void setType(std::string type);
36+
37+
std::string getComponentPath() const;
38+
void parseComponentData(const std::string& xml_string);
3639
};
3740

0 commit comments

Comments
 (0)