File tree Expand file tree Collapse file tree 3 files changed +7
-55
lines changed
Expand file tree Collapse file tree 3 files changed +7
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- // Copyright (c) 2018 Ultimaker B.V.
2- // CuraEngine is released under the terms of the AGPLv3 or higher.
1+ // Copyright (c) 2018 Ultimaker B.V.
2+ // CuraEngine is released under the terms of the AGPLv3 or higher.
33
44#ifndef SCENE_H
55#define SCENE_H
@@ -20,13 +20,13 @@ class Scene
2020 /*
2121 * \brief The global settings in the scene.
2222 */
23- Settings settings;
23+ Settings settings;
2424
2525 /*
2626 * \brief Which extruder to evaluate each setting on, if different from the
2727 * normal extruder of the object it's evaluated for.
2828 */
29- std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
29+ std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
3030
3131 /*
3232 * \brief The mesh groups in the scene.
@@ -80,9 +80,9 @@ class Scene
8080 /*
8181 * \brief You are not allowed to copy by assignment either.
8282 */
83- Scene& operator =(const Scene&) = delete ;
83+ Scene& operator =(const Scene&) = delete ;
8484};
8585
86- } // namespace cura
86+ } // namespace cura
8787
88- #endif // SCENE_H
88+ #endif // SCENE_H
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments