Skip to content

Commit aaef8ac

Browse files
committed
Make it build and delete some files not needed for purpose.
CURA-12568
1 parent bd731b3 commit aaef8ac

File tree

8 files changed

+1
-1921
lines changed

8 files changed

+1
-1921
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def _make_internal_distinct(self):
582582
continue
583583
with theme_path.open("r") as theme_file:
584584
theme = json.load(theme_file)
585-
if theme["colors"]:
585+
if "colors" in theme:
586586
theme["colors"]["main_window_header_background"] = test_colors[biweekly_day]
587587
with theme_path.open("w") as theme_file:
588588
json.dump(theme, theme_file)

resources/bundled_packages/cura.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@
1616
}
1717
}
1818
},
19-
"BlackBeltPlugin": {
20-
"package_info": {
21-
"package_id": "BlackBeltPlugin",
22-
"package_type": "plugin",
23-
"display_name": "BlackBelt plugin",
24-
"description": "Adds support for BlackBelt and other printers with slanted gantries.",
25-
"package_version": "3.6.0",
26-
"sdk_version": 5,
27-
"website": "https://blackbelt-3d.com",
28-
"author": {
29-
"author_id": "Blackbelt3d",
30-
"display_name": "BLACKBELT 3D",
31-
"email": "[email protected]",
32-
"website": "https://blackbelt-3d.com"
33-
}
34-
}
35-
},
3619
"3MFReader": {
3720
"package_info": {
3821
"package_id": "3MFReader",

resources/definitions/blackbelt.def.json

Lines changed: 0 additions & 351 deletions
This file was deleted.

0 commit comments

Comments
 (0)