From 6a08fab2b52e6e3c192764861181d6b4d1db2f2c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 3 Nov 2021 17:13:15 +0100 Subject: 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. --- ...printing_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg (limited to 'resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg') diff --git a/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg new file mode 100644 index 0000000000..d10765c9b5 --- /dev/null +++ b/resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg @@ -0,0 +1,17 @@ +[general] +version = 4 +name = Fine Quality +definition = xyzprinting_da_vinci_jr_w_pro + +[metadata] +setting_version = 19 +type = quality +quality_type = fine +weight = 0 +global_quality = True + +[values] +layer_height = 0.1 +layer_height_0 = 0.2 +material_diameter = 1.75 +infill_sparse_density = 10 \ No newline at end of file -- cgit v1.2.3