From 8438406d8b7b566e768e8f17f8c26f38da7674c3 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Jun 2018 13:44:40 +0200 Subject: 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. --- resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/quality/ultimaker_s5/um_s5_aa0.4_PP_Normal_Quality.inst.cfg') 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) -- cgit v1.2.3