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:
Diffstat (limited to 'resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg
index 68d2879f47..de3910f816 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_CPE_Fast_Print.inst.cfg
@@ -13,16 +13,15 @@ variant = AA 0.4
[values]
cool_min_speed = 7
-material_print_temperature = =default_material_print_temperature + 5
-material_initial_print_temperature = =material_print_temperature - 5
+infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
material_final_print_temperature = =material_print_temperature - 10
+material_initial_print_temperature = =material_print_temperature - 5
+material_print_temperature = =default_material_print_temperature + 5
retraction_combing_max_distance = 50
retraction_prime_speed = =retraction_speed
-speed_print = 60
+speed_infill = =math.ceil(speed_print * 50 / 60)
speed_layer_0 = =math.ceil(speed_print * 20 / 60)
+speed_print = 60
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
-
-infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
-speed_infill = =math.ceil(speed_print * 50 / 60) \ No newline at end of file