Fix global level profiles for XYZPrinting printers

The global profiles weren't used because these printers don't have xyzprinting_base as their quality definition. And they can't use that because they do have different settings per printer in their quality profiles.
Instead it was using quality profiles from other materials, since those quality profiles, even though they were material-specific, were marked as global profiles.

Both of those issues are fixed now.

Contributes to issue CURA-8630.
This commit is contained in:
Ghostkeeper 2021-11-03 17:13:15 +01:00
parent c76385ca85
commit 6a08fab2b5
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
195 changed files with 344 additions and 201 deletions

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_abs
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -1,27 +0,0 @@
[general]
version = 4
name = Coarse Quality
definition = xyzprinting_da_vinci_jr_w_pro
[metadata]
setting_version = 19
type = quality
quality_type = coarse
material = xyzprinting_antibact_pla
variant = Stainless Steel 0.4mm Nozzle
[values]
material_print_temperature = 210
material_print_temperature_layer_0 = =material_print_temperature
material_initial_print_temperature = =material_print_temperature
material_final_print_temperature = =material_print_temperature
speed_wall = 30
speed_print = 30
speed_topbottom = 10
speed_roofing = 30
speed_infill = =speed_print
speed_support = =speed_print
speed_travel = 100
retraction_amount = 5.0
retraction_speed = 30
skirt_brim_speed = 30

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_antibact_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_antibact_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_carbon_fiber
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Stainless Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_colorinkjet_pla
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_flexible
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_flexible
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_flexible
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_flexible
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_metallic_pla
variant = Hardened Steel 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_nylon
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_nylon
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_nylon
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_nylon
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_petg
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = draft
weight = -2
global_quality = True
material = xyzprinting_petg
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = fine
weight = 0
global_quality = True
material = xyzprinting_petg
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = normal
weight = -1
global_quality = True
material = xyzprinting_petg
variant = Copper 0.4mm Nozzle

View file

@ -8,7 +8,6 @@ setting_version = 19
type = quality
quality_type = coarse
weight = -3
global_quality = True
material = xyzprinting_petg
variant = Copper 0.4mm Nozzle

Some files were not shown because too many files have changed in this diff Show more