Browse Source

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.
Ghostkeeper 3 years ago
parent
commit
6a08fab2b5

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_coarse.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_draft.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_1p0_pro_copper_0.40_abs_normal.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_coarse.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_draft.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_fine.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_jr_pro_xplus_copper_0.40_abs_normal.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_coarse.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_draft.inst.cfg

@@ -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
 

+ 0 - 1
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_super_copper_0.40_abs_fine.inst.cfg

@@ -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
 

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