From 359506874a213693789e0790619cb4cb6860ea50 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Mon, 11 Jun 2018 13:45:52 +0200 Subject: CURA-5342 replace speed setting constants in profiles to formulas; also adds necessary settings for um2p if the setting is also defined in ultimaker2 --- resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/quality/ultimaker_s5/um_s5_aa0.4_TPU_Fast_Print.inst.cfg') 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) -- cgit v1.2.3