Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-11-03 19:13:15 +0300
committerGhostkeeper <rubend@tutanota.com>2021-11-03 19:13:15 +0300
commit6a08fab2b52e6e3c192764861181d6b4d1db2f2c (patch)
tree0214709a6750f2980327586943efd72e18170a24 /resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg
parentc76385ca852bfceca98383f0d5833afb412447cc (diff)
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.
Diffstat (limited to 'resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg')
-rw-r--r--resources/quality/xyzprinting/xyzprinting_da_vinci_jr_w_pro_global_0.10_fine.inst.cfg17
1 files changed, 17 insertions, 0 deletions
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