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:
authorp.kuiper <p.kuiper@ultimaker.com>2021-12-07 15:18:59 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2021-12-07 15:18:59 +0300
commit3fee99d067e67609e67a090eaaf572212c77e1f7 (patch)
treed3470287d4d4e342bda0558bc1e5151f62ae34b5 /resources/quality/ultimaker_s5
parentcf8ff903da60b07fac97beab02780a1e89d4cafe (diff)
A 0.3mm quality profile for a 0.4mm nozzle for PLA, PVA and BAM
This also includes a faster Draft intent profile for the 0.3mm layer height. Relates to PP-50
Diffstat (limited to 'resources/quality/ultimaker_s5')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg40
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg43
-rw-r--r--resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg19
3 files changed, 102 insertions, 0 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg
new file mode 100644
index 0000000000..b033b5c421
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_BAM_VeryDraft_Print.inst.cfg
@@ -0,0 +1,40 @@
+[general]
+version = 4
+name = Extra Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = verydraft
+weight = -2
+material = generic_bam
+variant = AA 0.4
+
+[values]
+brim_replaces_support = False
+cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
+cool_fan_speed_max = =cool_fan_speed
+machine_nozzle_cool_down_speed = 0.75
+machine_nozzle_heat_up_speed = 1.6
+material_print_temperature = =default_material_print_temperature + 5
+# prime_tower_enable: see CURA-4248
+prime_tower_enable = =min(extruderValues('material_surface_energy')) < 100
+skin_overlap = 20
+speed_layer_0 = =math.ceil(speed_print * 20 / 70)
+speed_topbottom = =math.ceil(speed_print * 35 / 70)
+speed_wall = =math.ceil(speed_print * 50 / 70)
+speed_wall_0 = =math.ceil(speed_wall * 35 / 50)
+top_bottom_thickness = 1
+wall_thickness = 1
+support_brim_enable = True
+support_interface_enable = True
+support_interface_density = =min(extruderValues('material_surface_energy'))
+support_interface_pattern = ='lines' if support_interface_density < 100 else 'concentric'
+support_top_distance = 0.3
+support_bottom_distance = 0.3
+support_angle = 45
+support_join_distance = 5
+support_offset = 2
+support_pattern = triangles
+support_infill_rate = =10 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 10
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg
new file mode 100644
index 0000000000..faf5a1e15f
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PLA_VeryDraft_Print.inst.cfg
@@ -0,0 +1,43 @@
+[general]
+version = 4
+name = Extra Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = verydraft
+weight = -2
+material = generic_pla
+variant = AA 0.4
+
+[values]
+infill_sparse_density = 15
+
+jerk_travel = 20
+acceleration_print = 2000
+acceleration_wall = 1500
+acceleration_wall_0 = 1000
+acceleration_topbottom = 1000
+acceleration_travel = 2000
+
+speed_print = 50
+speed_wall = 50
+
+cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
+cool_fan_speed_max = =cool_fan_speed
+
+material_print_temperature = =default_material_print_temperature + 10
+machine_nozzle_cool_down_speed = 0.75
+machine_nozzle_heat_up_speed = 1.6
+material_standby_temperature = 100
+
+prime_tower_enable = False
+skin_edge_support_thickness = =0.9 if infill_sparse_density < 30 else 0
+skin_overlap = 20
+
+infill_line_width = =round(line_width * 0.42 / 0.35, 2)
+wall_thickness = =line_width * 3
+top_bottom_thickness = 0.9
+
+raft_airgap = =0.25
diff --git a/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg
new file mode 100644
index 0000000000..17cdee3933
--- /dev/null
+++ b/resources/quality/ultimaker_s5/um_s5_bb0.4_PVA_Verydraft_Print.inst.cfg
@@ -0,0 +1,19 @@
+[general]
+version = 4
+name = Extra Fast
+definition = ultimaker_s5
+
+[metadata]
+setting_version = 18
+type = quality
+quality_type = verydraft
+weight = -3
+material = generic_pva
+variant = BB 0.4
+
+[values]
+brim_replaces_support = False
+material_standby_temperature = 100
+support_brim_enable = True
+support_infill_sparse_thickness = 0.3
+support_interface_height = 1.2