mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Slic3r version was not set by the placeholder parser.
https://github.com/prusa3d/Slic3r/issues/615
This commit is contained in:
parent
ae5863f5e0
commit
1938828520
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Slic3r {
|
|||
|
||||
PlaceholderParser::PlaceholderParser()
|
||||
{
|
||||
this->set("version", SLIC3R_VERSION);
|
||||
this->set("version", std::string(SLIC3R_VERSION));
|
||||
this->apply_env_variables();
|
||||
this->update_timestamp();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue