mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Added the [scale] placeholder. #2791
This commit is contained in:
parent
00acd32120
commit
7d81aee62f
2 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
void apply_config(DynamicPrintConfig *config)
|
||||
%code%{ THIS->apply_config(*config); %};
|
||||
void set(std::string key, std::string value);
|
||||
void set_multiple(std::string key, std::vector<std::string> values)
|
||||
%code%{ THIS->set(key, values); %};
|
||||
|
||||
void _single_set(std::string k, std::string v)
|
||||
%code%{ THIS->_single[k] = v; %};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue