mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Added xml escape characters detection when exporting object and volumes names to 3mf files
This commit is contained in:
parent
de085fdb6c
commit
1c6d3c9c69
4 changed files with 32 additions and 29 deletions
|
@ -84,6 +84,8 @@ inline T next_highest_power_of_2(T v)
|
|||
return ++ v;
|
||||
}
|
||||
|
||||
extern std::string xml_escape(std::string text);
|
||||
|
||||
class PerlCallback {
|
||||
public:
|
||||
PerlCallback(void *sv) : m_callback(nullptr) { this->register_callback(sv); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue