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>2022-06-08 16:10:41 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-06-08 16:10:41 +0300
commit8e3ec5655ad2c3d49f67327ad351f41508d36f69 (patch)
tree9480c63153a70ead044ceac26f0e1fdc073bbe2f /resources/quality/ultimaker_s3
parent8ef3444b4a5f886f1cfa91840ea5c921e50112ce (diff)
Added PVA robustness improvements. Turn of fan when used as support material, will improve strength. Dump extra material in the skirt to purge the hotend with fresh PVA.
Relates to PP-108
Diffstat (limited to 'resources/quality/ultimaker_s3')
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Draft_Print.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Fast_Print.inst.cfg3
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_High_Quality.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Normal_Quality.inst.cfg3
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Draft_Print.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Superdraft_Print.inst.cfg2
-rw-r--r--resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Verydraft_Print.inst.cfg2
8 files changed, 16 insertions, 2 deletions
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Draft_Print.inst.cfg
index 6ca2d5d803..bb4e99b49d 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Draft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Draft_Print.inst.cfg
@@ -20,3 +20,5 @@ retraction_count_max = 5
skin_overlap = 20
support_brim_enable = True
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Fast_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Fast_Print.inst.cfg
index 6bf7846689..e4fda37627 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Fast_Print.inst.cfg
@@ -20,4 +20,5 @@ retraction_count_max = 5
skin_overlap = 15
support_brim_enable = True
support_interface_enable = True
-
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_High_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_High_Quality.inst.cfg
index 7054531160..f232a0d606 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_High_Quality.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_High_Quality.inst.cfg
@@ -18,3 +18,5 @@ prime_tower_enable = False
retraction_count_max = 5
support_brim_enable = True
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Normal_Quality.inst.cfg
index fb3b26272c..3578490f67 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Normal_Quality.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Normal_Quality.inst.cfg
@@ -18,4 +18,5 @@ prime_tower_enable = False
retraction_count_max = 5
support_brim_enable = True
support_interface_enable = True
-
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg
index 90b3aa5a28..9560356df0 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.4_PVA_Verydraft_Print.inst.cfg
@@ -19,3 +19,5 @@ retraction_count_max = 5
support_brim_enable = True
support_infill_sparse_thickness = 0.3
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Draft_Print.inst.cfg
index 7aef0d990f..b45a3efffc 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Draft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Draft_Print.inst.cfg
@@ -18,3 +18,5 @@ material_standby_temperature = 100
retraction_count_max = 5
support_brim_enable = True
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Superdraft_Print.inst.cfg
index a77e4d338e..eeaab7dbb8 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Superdraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Superdraft_Print.inst.cfg
@@ -17,3 +17,5 @@ material_standby_temperature = 100
retraction_count_max = 5
support_brim_enable = True
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file
diff --git a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Verydraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Verydraft_Print.inst.cfg
index ce7ad83348..de865c2b36 100644
--- a/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Verydraft_Print.inst.cfg
+++ b/resources/quality/ultimaker_s3/um_s3_bb0.8_PVA_Verydraft_Print.inst.cfg
@@ -18,3 +18,5 @@ retraction_count_max = 5
support_brim_enable = True
support_infill_sparse_thickness = 0.3
support_interface_enable = True
+skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
+cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr)) \ No newline at end of file