Skip to content

Commit 8de3446

Browse files
wawanbretongithub-actions[bot]
authored andcommitted
Apply clang-format
1 parent 4c71ebf commit 8de3446

File tree

3 files changed

+55
-7
lines changed

3 files changed

+55
-7
lines changed

Cura-workflows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 23f73c8bec2532782e5df75a157753b30a77d141

include/Scene.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 @@ std::unordered_map<std::string, ExtruderTrain*> limit_to_extruder;
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

package_details.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
author: UltiMaker
2+
default_options:
3+
enable_arcus: True
4+
enable_benchmarks: False
5+
enable_extensive_warnings: False
6+
enable_plugins: True
7+
enable_remote_plugins: False
8+
with_cura_resources: False
9+
description: Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
10+
generators: []
11+
label:
12+
languages: []
13+
license: AGPL-3.0
14+
name: curaengine
15+
options:
16+
enable_arcus: True
17+
enable_benchmarks: False
18+
enable_extensive_warnings: False
19+
enable_plugins: True
20+
enable_remote_plugins: False
21+
enable_sentry: False
22+
sentry_create_release: False
23+
sentry_project:
24+
sentry_send_binaries: False
25+
with_cura_resources: False
26+
options_definitions:
27+
enable_arcus: ['True', 'False']
28+
enable_benchmarks: ['True', 'False']
29+
enable_extensive_warnings: ['True', 'False']
30+
enable_plugins: ['True', 'False']
31+
enable_remote_plugins: ['True', 'False']
32+
with_cura_resources: ['True', 'False']
33+
enable_sentry: ['True', 'False']
34+
sentry_send_binaries: ['True', 'False']
35+
sentry_create_release: ['True', 'False']
36+
sentry_project: ['ANY']
37+
package_type: application
38+
python_requires:
39+
sentrylibrary/1.0.0@ultimaker/stable#8e51e6e3e3ff5f05777ac59f411c9323: {'remote': 'cura-conan2', 'recipe': 'Downloaded', 'path': '/home/runner/.conan2/p/sentr040c452005456/e'}
40+
npmpackage/1.0.0@ultimaker/np_637#8cbc1b088465f6310ecba60cfc2402b7: {'remote': 'cura-conan2', 'recipe': 'Downloaded', 'path': '/home/runner/.conan2/p/npmpa61c5401cc109c/e'}
41+
requires: []
42+
revision_mode: hash
43+
settings: ['os', 'compiler', 'build_type', 'arch']
44+
topics: ['cura', 'protobuf', 'gcode', 'c++', 'curaengine', 'libarcus', 'gcode-generation', '3D-printing']
45+
url: https://github.com/Ultimaker/CuraEngine
46+
vendor: False
47+
version: 5.10.0-alpha.0

0 commit comments

Comments
 (0)