From 7452f8703c0400d65b91bb662db22598b3c755ba Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Wed, 30 Mar 2022 09:15:42 +0200 Subject: reduce speed to match maximum flow in CURA413 With the increase in linewidth to the nozzle size, the material flow for especially the infill (but also inner walls) is increased. The speeds are reduced for the superdraft profiles to match the maximum material flow in CURA413. In the future we want to clean this up in a nice way, but for now this at least fixes some serious extrusion problems. PP-104 --- resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg') diff --git a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg index 690ae20b68..b1fa6f4e07 100644 --- a/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg +++ b/resources/quality/ultimaker_s3/um_s3_aa0.8_PP_Superdraft_Print.inst.cfg @@ -32,6 +32,7 @@ retraction_hop = 0.5 retraction_min_travel = 1.5 retraction_prime_speed = 15 speed_wall_x = =math.ceil(speed_wall * 30 / 30) +speed_infill = =math.ceil(speed_wall * 30 / 30) support_bottom_distance = =support_z_distance support_offset = =line_width switch_extruder_prime_speed = 15 -- cgit v1.2.3