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-11 14:45:52 +0300
committerJack Ha <jackha@gmail.com>2018-06-11 14:45:52 +0300
commit359506874a213693789e0790619cb4cb6860ea50 (patch)
tree765a011a56c4acb30be1d29d34ad74d365824076 /resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
parent310a99fba70b67253af482fa09ad7fe1e59679d3 (diff)
CURA-5342 replace speed setting constants in profiles to formulas; also adds necessary settings for um2p if the setting is also defined in ultimaker2
Diffstat (limited to 'resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg')
-rw-r--r--resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
index e362ffd25d..64475d822e 100644
--- a/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
+++ b/resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg
@@ -46,7 +46,7 @@ retraction_min_travel = =line_width * 2
retraction_prime_speed = 15
skin_overlap = 5
speed_equalize_flow_enabled = True
-speed_layer_0 = 18
+speed_layer_0 = =math.ceil(speed_print * 18 / 25)
speed_print = 25
speed_topbottom = =math.ceil(speed_print * 25 / 25)