Revert "CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly"

This reverts commit 9432252de4. 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.
This commit is contained in:
Ghostkeeper 2018-06-08 13:44:40 +02:00
parent fd19f8791e
commit 8438406d8b
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
199 changed files with 377 additions and 377 deletions

View file

@ -17,6 +17,6 @@ top_bottom_thickness = 0.8
infill_sparse_density = 20
speed_print = 80
speed_layer_0 = =round(speed_print * 30 / 50)
speed_topbottom = =math.ceil(speed_print * 20 / 80)
speed_topbottom = 20
cool_min_layer_time = 5
cool_min_speed = 10

View file

@ -17,6 +17,6 @@ top_bottom_thickness = 0.8
infill_sparse_density = 20
speed_print = 50
speed_layer_0 = =round(speed_print * 30 / 50)
speed_topbottom = =math.ceil(speed_print * 20 / 50)
speed_topbottom = 20
cool_min_layer_time = 5
cool_min_speed = 10

View file

@ -17,6 +17,6 @@ top_bottom_thickness = 0.8
infill_sparse_density = 20
speed_print = 50
speed_layer_0 = =round(speed_print * 30 / 50)
speed_topbottom = =math.ceil(speed_print * 20 / 50)
speed_topbottom = 20
cool_min_layer_time = 5
cool_min_speed = 10