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:
authorGhostkeeper <rubend@tutanota.com>2018-06-08 14:44:40 +0300
committerGhostkeeper <rubend@tutanota.com>2018-06-08 14:44:40 +0300
commit8438406d8b7b566e768e8f17f8c26f38da7674c3 (patch)
tree999e8aeb880351ab824971b8f427c2a6d0dcc64b /resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg
parentfd19f8791ee925a82e3c28be92cae421a61bd754 (diff)
Revert "CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly"
This reverts commit 9432252de472c76ef5b7df954d4cb18aefc9fff7. It was assuming the wrong default speed_print value of 60. It's not always 60. We need to find a different solution or modify the script. Reverts the fix for issue CURA-5342.
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 7be40498f5..58d9e1639a 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 = =math.ceil(speed_print * 15 / 25)
+speed_layer_0 = 15
speed_print = 25
speed_topbottom = =math.ceil(speed_print * 25 / 25)