From f426a0aa626d2da5e78ee68d5bd6c15c77304737 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 30 Aug 2017 14:56:35 +0200 Subject: [PATCH] Add quality files for UM2 CURA-4139 Add dedicated quality files for UM2 so they won't get profiles with layer height higher than 0.25mm --- .../quality/ultimaker2/um2_draft.inst.cfg | 13 ++++++++++++ .../quality/ultimaker2/um2_high.inst.cfg | 15 ++++++++++++++ resources/quality/ultimaker2/um2_low.inst.cfg | 20 +++++++++++++++++++ .../quality/ultimaker2/um2_normal.inst.cfg | 12 +++++++++++ 4 files changed, 60 insertions(+) create mode 100644 resources/quality/ultimaker2/um2_draft.inst.cfg create mode 100644 resources/quality/ultimaker2/um2_high.inst.cfg create mode 100644 resources/quality/ultimaker2/um2_low.inst.cfg create mode 100644 resources/quality/ultimaker2/um2_normal.inst.cfg diff --git a/resources/quality/ultimaker2/um2_draft.inst.cfg b/resources/quality/ultimaker2/um2_draft.inst.cfg new file mode 100644 index 0000000000..6236c34a2c --- /dev/null +++ b/resources/quality/ultimaker2/um2_draft.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 2 +name = Draft Quality +definition = ultimaker2 + +[metadata] +type = quality +quality_type = draft +weight = -2 +setting_version = 2 + +[values] +layer_height = 0.2 diff --git a/resources/quality/ultimaker2/um2_high.inst.cfg b/resources/quality/ultimaker2/um2_high.inst.cfg new file mode 100644 index 0000000000..84d6b4219a --- /dev/null +++ b/resources/quality/ultimaker2/um2_high.inst.cfg @@ -0,0 +1,15 @@ +[general] +version = 2 +name = Extra Fine +definition = ultimaker2 + +[metadata] +type = quality +quality_type = high +weight = 1 +setting_version = 2 + +[values] +layer_height = 0.06 +speed_topbottom = 15 +speed_infill = 80 diff --git a/resources/quality/ultimaker2/um2_low.inst.cfg b/resources/quality/ultimaker2/um2_low.inst.cfg new file mode 100644 index 0000000000..b9c486b61b --- /dev/null +++ b/resources/quality/ultimaker2/um2_low.inst.cfg @@ -0,0 +1,20 @@ +[general] +version = 2 +name = Low Quality +definition = ultimaker2 + +[metadata] +type = quality +quality_type = low +weight = -1 +setting_version = 2 + +[values] +infill_sparse_density = 10 +layer_height = 0.15 +cool_min_layer_time = 3 +speed_wall_0 = 40 +speed_wall_x = 80 +speed_infill = 100 +wall_thickness = 1 +speed_topbottom = 30 diff --git a/resources/quality/ultimaker2/um2_normal.inst.cfg b/resources/quality/ultimaker2/um2_normal.inst.cfg new file mode 100644 index 0000000000..7de0b2eaf6 --- /dev/null +++ b/resources/quality/ultimaker2/um2_normal.inst.cfg @@ -0,0 +1,12 @@ +[general] +version = 2 +name = Fine +definition = ultimaker2 + +[metadata] +type = quality +quality_type = normal +weight = 0 +setting_version = 2 + +[values]