mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Slic3r version was not set by the placeholder parser.
https://github.com/prusa3d/Slic3r/issues/615
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Slic3r {
|
|||||||
|
|
||||||
PlaceholderParser::PlaceholderParser()
|
PlaceholderParser::PlaceholderParser()
|
||||||
{
|
{
|
||||||
this->set("version", SLIC3R_VERSION);
|
this->set("version", std::string(SLIC3R_VERSION));
|
||||||
this->apply_env_variables();
|
this->apply_env_variables();
|
||||||
this->update_timestamp();
|
this->update_timestamp();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user