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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-03-30 10:15:42 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-03-30 10:15:42 +0300
commit7452f8703c0400d65b91bb662db22598b3c755ba (patch)
tree56732b788e27ee2be9dff55606c33a6991594c6e /resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg
parent80d87cb57e6b5306727789e5d90780b757ec7fac (diff)
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
Diffstat (limited to 'resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg b/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg
index 8981a40303..0281f813c7 100644
--- a/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg
+++ b/resources/quality/ultimaker3/um3_aa0.8_PP_Superdraft_Print.inst.cfg
@@ -33,6 +33,7 @@ retraction_min_travel = 1.5
retraction_prime_speed = 15
speed_travel = 300
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