Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for all qualities being "not supported" #1

Open
wants to merge 1 commit into
base: cura3.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions cura-resources/definitions/Mark2_for_Ultimaker2.def.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"id": "Mark2_for_Ultimaker2",
"version": 2,
"name": "Mark2 for Ultimaker2",
"inherits": "ultimaker2_plus",
"metadata": {
"visible": true,
"author": "TheUltimakerCommunity",
"manufacturer": "Foehnsturm",
"category": "Other",
"quality_definition": "ultimaker2_plus",
"weight": 1,
"file_formats": "text/x-gcode",
"icon": "icon_ultimaker.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Mark2_for_Ultimaker2_backplate.png",
"machine_extruder_trains":
{
"0": "Mark2_extruder1",
"1": "Mark2_extruder2"
},
"supported_actions": ["MachineSettingsAction", "UpgradeFirmware"]
"supported_actions": ["UpgradeFirmware"]
},
"overrides": {
"machine_name": { "default_value": "Mark2_for_Ultimaker2" },
Expand Down
1 change: 1 addition & 0 deletions cura-resources/extruders/Mark2_extruder1.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"quality_definition": "ultimaker2_plus",
"machine": "Mark2_for_Ultimaker2",
"position": "0"
},
Expand Down
1 change: 1 addition & 0 deletions cura-resources/extruders/Mark2_extruder2.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name": "Extruder 2",
"inherits": "fdmextruder",
"metadata": {
"quality_definition": "ultimaker2_plus",
"machine": "Mark2_for_Ultimaker2",
"position": "1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Fast
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = draft
global_quality = True
weight = -2
setting_version = 4

[values]
layer_height = 0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Normal
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = fast
global_quality = True
weight = -1
setting_version = 4

[values]
layer_height = 0.15
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Extra Fine
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = high
global_quality = True
weight = 0
setting_version = 4

[values]
layer_height = 0.06
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Fine
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = normal
global_quality = True
weight = 0
setting_version = 4

[values]
layer_height = 0.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Sprint
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = superdraft
global_quality = True
weight = -4
setting_version = 4

[values]
layer_height = 0.4
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[general]
version = 2
name = Extra Fast
definition = ultimaker2_plus

[metadata]
type = quality
quality_type = verydraft
global_quality = True
weight = -3
setting_version = 4

[values]
layer_height = 0.3