We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacb98e commit 4c71ebfCopy full SHA for 4c71ebf
include/Scene.h
@@ -26,7 +26,7 @@ Settings settings;
26
* \brief Which extruder to evaluate each setting on, if different from the
27
* normal extruder of the object it's evaluated for.
28
*/
29
- std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
+std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
30
31
/*
32
* \brief The mesh groups in the scene.
0 commit comments