From a8fbba3c2514b7655072ddcfb41a38a37de7e1cc Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 20 Dec 2021 12:10:55 +0100 Subject: reduce top/bottom speed by 80% The top/bottom speed is reduced by 80% to allow for better cooling of the top layers. This reduces pillowing. The line width is increased by 80% to maintain the flow equalization. PP-95 --- resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg | 4 ++-- resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg | 4 ++-- .../quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'resources/quality/ultimaker_s5') diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg index 79f3a1b769..664f651341 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Draft_Print.inst.cfg @@ -44,12 +44,12 @@ retraction_extrusion_window = 1 retraction_hop_only_when_collides = True retraction_min_travel = =line_width * 2 retraction_prime_speed = 15 +skin_line_width = =round(line_width / 0.8, 2) skin_overlap = 5 speed_equalize_flow_enabled = True speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 -speed_topbottom = =math.ceil(speed_print * 25 / 25) - +speed_topbottom = =math.ceil(speed_print * 0.8) speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg index 7bce192f75..2edc53b7c4 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg @@ -44,12 +44,12 @@ retraction_extrusion_window = 1 retraction_hop_only_when_collides = True retraction_min_travel = =line_width * 2 retraction_prime_speed = 15 +skin_line_width = =round(line_width / 0.8, 2) skin_overlap = 5 speed_equalize_flow_enabled = True speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 -speed_topbottom = =math.ceil(speed_print * 25 / 25) - +speed_topbottom = =math.ceil(speed_print * 0.8) speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg index 056871cfa9..7804a7cb74 100644 --- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Normal_Quality.inst.cfg @@ -43,12 +43,12 @@ retraction_extrusion_window = 1 retraction_hop_only_when_collides = True retraction_min_travel = =line_width * 2 retraction_prime_speed = 15 +skin_line_width = =round(line_width / 0.8, 2) skin_overlap = 5 speed_equalize_flow_enabled = True speed_layer_0 = =math.ceil(speed_print * 18 / 25) speed_print = 25 -speed_topbottom = =math.ceil(speed_print * 25 / 25) - +speed_topbottom = =math.ceil(speed_print * 0.8) speed_wall = =math.ceil(speed_print * 25 / 25) speed_wall_0 = =math.ceil(speed_wall * 25 / 25) support_angle = 50 -- cgit v1.2.3