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:
authorJack Ha <jackha@gmail.com>2018-06-06 18:07:04 +0300
committerJack Ha <jackha@gmail.com>2018-06-06 18:07:04 +0300
commit9432252de472c76ef5b7df954d4cb18aefc9fff7 (patch)
treedf14074e9849f35f43ebaa08535f9ae8712c560f /resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg
parent343c606df6f978619937dedc9340068dbe862003 (diff)
CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly
Diffstat (limited to 'resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg
index 58d9e1639a..7be40498f5 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg
@@ -47,7 +47,7 @@ retraction_hop_only_when_collides = True
retraction_min_travel = 0.8
retraction_prime_speed = 18
speed_equalize_flow_enabled = True
-speed_layer_0 = 15
+speed_layer_0 = =math.ceil(speed_print * 15 / 25)
speed_print = 25
speed_topbottom = =math.ceil(speed_print * 25 / 25)