mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 23:54:00 -06:00
Ported PlaceholderParser::apply_env_variables() to XS
This commit is contained in:
parent
724e668a94
commit
f361d8ad43
4 changed files with 22 additions and 17 deletions
|
@ -20,6 +20,7 @@ class PlaceholderParser
|
|||
PlaceholderParser();
|
||||
void update_timestamp();
|
||||
void apply_config(DynamicPrintConfig &config);
|
||||
void apply_env_variables();
|
||||
void set(const std::string &key, const std::string &value);
|
||||
void set(const std::string &key, int value);
|
||||
void set(const std::string &key, const std::vector<std::string> &values);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue