mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
Ported PlaceholderParser::apply_env_variables() to XS
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
%}
|
||||
|
||||
%name{Slic3r::GCode::PlaceholderParser} class PlaceholderParser {
|
||||
%name{_new} PlaceholderParser();
|
||||
PlaceholderParser();
|
||||
~PlaceholderParser();
|
||||
|
||||
void update_timestamp();
|
||||
void apply_env_variables();
|
||||
void apply_config(DynamicPrintConfig *config)
|
||||
%code%{ THIS->apply_config(*config); %};
|
||||
void set(std::string key, std::string value);
|
||||
|
||||
Reference in New Issue
Block a user