-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a886001
commit 0785e6f
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
Submodule Cura-workflows
added at
cabc2d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
author: UltiMaker | ||
build_policy: missing | ||
default_options: | ||
enterprise: False | ||
staging: False | ||
cloud_api_version: 1 | ||
display_name: UltiMaker Cura | ||
cura_debug_mode: False | ||
internal: False | ||
i18n_extract: False | ||
description: 3D printer / slicing GUI built on top of the Uranium framework | ||
generators: ['VirtualPythonEnv'] | ||
label: | ||
languages: [] | ||
license: LGPL-3.0 | ||
name: cura | ||
options: | ||
cloud_api_version: 1 | ||
cura_debug_mode: False | ||
display_name: UltiMaker Cura | ||
enterprise: False | ||
i18n_extract: False | ||
internal: False | ||
staging: False | ||
options_definitions: | ||
enterprise: ['True', 'False'] | ||
staging: ['True', 'False'] | ||
cloud_api_version: ['ANY'] | ||
display_name: ['ANY'] | ||
cura_debug_mode: ['True', 'False'] | ||
internal: ['True', 'False'] | ||
i18n_extract: ['True', 'False'] | ||
package_type: None | ||
python_requires: | ||
translationextractor/2.3.0@ultimaker/stable#d504876a4742c1b92bcd6e1d5ba7509a: {'remote': 'cura-conan2', 'recipe': 'Downloaded', 'path': '/home/runner/.conan2/p/transe0e29f719efb7/e'} | ||
requires: [{'ref': 'gettext/0.22.5', 'run': True, 'libs': False, 'skip': False, 'test': False, 'force': False, 'direct': True, 'build': True, 'transitive_headers': None, 'transitive_libs': None, 'headers': False, 'package_id_mode': None, 'visible': False}] | ||
revision_mode: hash | ||
settings: ['os', 'compiler', 'build_type', 'arch'] | ||
topics: ['conan', 'python', 'pyqt6', 'qt', 'qml', '3d-printing', 'slicer'] | ||
url: https://github.com/Ultimaker/cura | ||
vendor: False | ||
version: 5.10.0-alpha.0 |