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-06-16 19:04:54 +0300
committerGhostkeeper <rubend@tutanota.com>2021-06-16 19:04:54 +0300
commit611208368ca5ab40d91453a7084938429bce7dab (patch)
treed4e5df410abe5ada3fbdbde919ca8e5115006192 /resources/quality/ultimaker_s5
parentd788bab150657c54f9a6cd238c52a4352237e813 (diff)
parent92ff9ac31367dece80c40700e4cbf585e19dd421 (diff)
Merge branch 'master' into libArachne_rebased
Conflicts: cura/CuraApplication.py: Setting version fdmprinter and fdmextruder: Setting version intents, qualities and variants: Setting version Changelog: 4.9.1 was added, should be below Arachne changes
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg23
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg28
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg29
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg27
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg27
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg28
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg27
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg31
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg43
-rw-r--r--resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg43
18 files changed, 554 insertions, 0 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg
new file mode 100644
index 0000000000..ff5ec96a33
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.25_PETG_Normal_Quality.inst.cfg
@@ -0,0 +1,23 @@
+[general]
+version = 4
+name = Fine
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = normal
+weight = 0
+material = generic_petg
+variant = AA 0.25
+
+[values]
+retraction_combing_max_distance = 50
+retraction_extrusion_window = 0.5
+speed_infill = =math.ceil(speed_print * 40 / 55)
+speed_topbottom = =math.ceil(speed_print * 30 / 55)
+top_bottom_thickness = 0.8
+wall_thickness = 0.92
+initial_layer_line_width_factor = 100
+infill_before_walls = true
+material_print_temperature = =default_material_print_temperature - 5 \ No newline at end of file
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..b5c71c4aaf
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Draft_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_petg
+variant = AA 0.4
+
+[values]
+material_print_temperature = =default_material_print_temperature + 5
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature - 5
+retraction_combing_max_distance = 50
+skin_edge_support_thickness = =0.8 if infill_sparse_density < 30 else 0
+skin_overlap = 20
+speed_print = 60
+speed_layer_0 = =math.ceil(speed_print * 20 / 60)
+speed_topbottom = =math.ceil(speed_print * 35 / 60)
+speed_wall = =math.ceil(speed_print * 45 / 60)
+speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
+top_thickness = =0.8 if infill_sparse_density < 30 and skin_edge_support_thickness == 0.8 else top_bottom_thickness
+wall_thickness = 1
+
+infill_pattern = triangles
+speed_infill = =math.ceil(speed_print * 50 / 60)
+initial_layer_line_width_factor = 100
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..9c73d97f54
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Fast_Print.inst.cfg
@@ -0,0 +1,28 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -1
+material = generic_petg
+variant = AA 0.4
+
+[values]
+cool_min_speed = 7
+material_print_temperature = =default_material_print_temperature
+material_initial_print_temperature = =material_print_temperature - 5
+material_final_print_temperature = =material_print_temperature - 10
+retraction_combing_max_distance = 50
+speed_print = 60
+speed_layer_0 = =math.ceil(speed_print * 20 / 60)
+speed_topbottom = =math.ceil(speed_print * 30 / 60)
+speed_wall = =math.ceil(speed_print * 40 / 60)
+speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+
+infill_pattern = triangles
+speed_infill = =math.ceil(speed_print * 50 / 60)
+initial_layer_line_width_factor = 100 \ No newline at end of file
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg
new file mode 100644
index 0000000000..ef33acba54
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_High_Quality.inst.cfg
@@ -0,0 +1,29 @@
+[general]
+version = 4
+name = Extra Fine
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = high
+weight = 1
+material = generic_petg
+variant = AA 0.4
+
+[values]
+cool_min_speed = 12
+machine_nozzle_cool_down_speed = 0.85
+machine_nozzle_heat_up_speed = 1.5
+material_print_temperature = =default_material_print_temperature - 10
+material_initial_print_temperature = =material_print_temperature - 10
+material_final_print_temperature = =material_print_temperature - 15
+retraction_combing_max_distance = 50
+speed_print = 50
+speed_layer_0 = =math.ceil(speed_print * 20 / 50)
+speed_topbottom = =math.ceil(speed_print * 30 / 50)
+speed_wall = =math.ceil(speed_print * 30 / 50)
+
+infill_pattern = triangles
+speed_infill = =math.ceil(speed_print * 40 / 50)
+initial_layer_line_width_factor = 100 \ No newline at end of file
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg
new file mode 100644
index 0000000000..74adcf30f8
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PETG_Normal_Quality.inst.cfg
@@ -0,0 +1,27 @@
+[general]
+version = 4
+name = Fine
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = normal
+weight = 0
+material = generic_petg
+variant = AA 0.4
+
+[values]
+machine_nozzle_cool_down_speed = 0.85
+machine_nozzle_heat_up_speed = 1.5
+material_print_temperature = =default_material_print_temperature - 5
+material_initial_print_temperature = =material_print_temperature - 10
+material_final_print_temperature = =material_print_temperature - 15
+retraction_combing_max_distance = 50
+speed_print = 55
+speed_layer_0 = =math.ceil(speed_print * 20 / 55)
+speed_topbottom = =math.ceil(speed_print * 30 / 55)
+speed_wall = =math.ceil(speed_print * 30 / 55)
+infill_pattern = triangles
+speed_infill = =math.ceil(speed_print * 45 / 55)
+initial_layer_line_width_factor = 100
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..fcbed34316
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Draft_Print.inst.cfg
@@ -0,0 +1,27 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_petg
+variant = AA 0.8
+
+[values]
+brim_width = 7
+line_width = =machine_nozzle_size * 0.875
+material_print_temperature = =default_material_print_temperature - 5
+material_standby_temperature = 100
+prime_tower_enable = True
+retraction_combing_max_distance = 50
+speed_print = 40
+speed_topbottom = =math.ceil(speed_print * 25 / 40)
+speed_wall = =math.ceil(speed_print * 30 / 40)
+jerk_travel = 50
+cool_fan_speed = 20
+initial_layer_line_width_factor = 100
+infill_before_walls = true \ No newline at end of file
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg
new file mode 100644
index 0000000000..d9aa06475c
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg
@@ -0,0 +1,28 @@
+[general]
+version = 4
+name = Sprint
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = superdraft
+weight = -4
+material = generic_petg
+variant = AA 0.8
+
+[values]
+brim_width = 7
+line_width = =machine_nozzle_size * 0.875
+material_print_temperature = =default_material_print_temperature - 5
+material_standby_temperature = 100
+prime_tower_enable = True
+retraction_combing_max_distance = 50
+speed_print = 45
+speed_topbottom = =math.ceil(speed_print * 30 / 45)
+speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+jerk_travel = 50
+cool_fan_speed = 20
+initial_layer_line_width_factor = 100
+infill_before_walls = true
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg
new file mode 100644
index 0000000000..cd1a24f00c
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Verydraft_Print.inst.cfg
@@ -0,0 +1,27 @@
+[general]
+version = 4
+name = Extra Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = verydraft
+weight = -3
+material = generic_petg
+variant = AA 0.8
+
+[values]
+brim_width = 7
+line_width = =machine_nozzle_size * 0.875
+material_print_temperature = =default_material_print_temperature - 5
+material_standby_temperature = 100
+prime_tower_enable = True
+retraction_combing_max_distance = 50
+speed_print = 40
+speed_topbottom = =math.ceil(speed_print * 25 / 40)
+speed_wall = =math.ceil(speed_print * 30 / 40)
+jerk_travel = 50
+cool_fan_speed = 20
+initial_layer_line_width_factor = 100
+infill_before_walls = true
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..90123d5c39
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Draft_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_cffcpe
+variant = CC 0.4
+
+[values]
+adhesion_type = skirt
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..b35838edf2
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFCPE_Fast_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -2
+material = generic_cffcpe
+variant = CC 0.4
+
+[values]
+adhesion_type = skirt
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..80bd62f36a
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Draft_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_cffpa
+variant = CC 0.4
+
+[values]
+adhesion_type = skirt
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..5fc9661de9
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_CFFPA_Fast_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -2
+material = generic_cffpa
+variant = CC 0.4
+
+[values]
+adhesion_type = skirt
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..1b10f01a6a
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Draft_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_gffcpe
+variant = CC 0.4
+
+[values]
+adhesion_type = brim
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..7aedd8dbdb
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFCPE_Fast_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -2
+material = generic_gffcpe
+variant = CC 0.4
+
+[values]
+adhesion_type = brim
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..4d7a2ef685
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Draft_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -2
+material = generic_gffpa
+variant = CC 0.4
+
+[values]
+adhesion_type = brim
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..023763dfd7
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_GFFPA_Fast_Print.inst.cfg
@@ -0,0 +1,31 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -2
+material = generic_gffpa
+variant = CC 0.4
+
+[values]
+adhesion_type = brim
+cool_fan_enabled = True
+cool_min_layer_time = 7
+cool_min_layer_time_fan_speed_max = 15
+cool_min_speed = 6
+infill_line_width = =line_width
+initial_layer_line_width_factor = 130.0
+line_width = =machine_nozzle_size
+material_bed_temperature_layer_0 = =material_bed_temperature + 5
+material_print_temperature = =default_material_print_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_standby_temperature = 100
+skin_overlap = 20
+support_bottom_distance = =support_z_distance / 2
+support_top_distance = =support_z_distance
+support_z_distance = =layer_height * 2
+wall_line_width_x = =line_width
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg
new file mode 100644
index 0000000000..3fb92b6f8b
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Draft_Print.inst.cfg
@@ -0,0 +1,43 @@
+[general]
+version = 4
+name = Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = draft
+weight = -3
+material = generic_pla
+variant = CC 0.4
+is_experimental = True
+
+[values]
+cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
+cool_fan_speed_max = =100
+cool_min_speed = 2
+gradual_infill_step_height = =3 * layer_height
+infill_line_width = =round(line_width * 0.65 / 0.75, 2)
+infill_pattern = triangles
+line_width = =machine_nozzle_size
+machine_nozzle_cool_down_speed = 0.75
+machine_nozzle_heat_up_speed = 1.6
+material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
+material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
+material_print_temperature = =default_material_print_temperature + 10
+material_standby_temperature = 100
+prime_tower_enable = True
+retract_at_layer_change = False
+speed_print = 45
+speed_topbottom = =math.ceil(speed_print * 35 / 45)
+speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall_x = =speed_wall
+speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
+support_angle = 70
+support_line_width = =line_width * 0.75
+support_pattern = ='triangles'
+support_xy_distance = =wall_line_width_0 * 1.5
+top_bottom_thickness = =layer_height * 4
+wall_line_width = =round(line_width * 0.75 / 0.75, 2)
+wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
+wall_thickness = =wall_line_width_0 + wall_line_width_x
diff --git a/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg
new file mode 100644
index 0000000000..c02df86438
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_cc0.4_PLA_Fast_Print.inst.cfg
@@ -0,0 +1,43 @@
+[general]
+version = 4
+name = Normal
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = fast
+weight = -2
+material = generic_pla
+variant = CC 0.4
+is_experimental = True
+
+[values]
+cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
+cool_fan_speed_max = =100
+cool_min_speed = 2
+gradual_infill_step_height = =3 * layer_height
+infill_line_width = =round(line_width * 0.65 / 0.75, 2)
+infill_pattern = triangles
+line_width = =machine_nozzle_size
+machine_nozzle_cool_down_speed = 0.75
+machine_nozzle_heat_up_speed = 1.6
+material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
+material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
+material_print_temperature = =default_material_print_temperature + 10
+material_standby_temperature = 100
+prime_tower_enable = True
+retract_at_layer_change = False
+speed_print = 45
+speed_topbottom = =math.ceil(speed_print * 35 / 45)
+speed_wall = =math.ceil(speed_print * 40 / 45)
+speed_wall_x = =speed_wall
+speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
+support_angle = 70
+support_line_width = =line_width * 0.75
+support_pattern = ='triangles'
+support_xy_distance = =wall_line_width_0 * 1.5
+top_bottom_thickness = =layer_height * 4
+wall_line_width = =round(line_width * 0.75 / 0.75, 2)
+wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
+wall_thickness = =wall_line_width_0 + wall_line_width_x