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

@ -43,11 +43,11 @@ skirt_brim_minimal_length = 75
skirt_gap = 1.5
skirt_line_count = 5
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
speed_layer_0 = 25
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 40 / 50)
speed_topbottom = 40
speed_travel = 200
speed_wall_0 = =math.ceil(speed_print * 40 / 50)
speed_wall_0 = 40
speed_wall_x = =speed_print
support_angle = 70
support_type = buildplate

View file

@ -43,11 +43,11 @@ skirt_brim_minimal_length = 75
skirt_gap = 1.5
skirt_line_count = 5
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
speed_layer_0 = 25
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 40 / 50)
speed_topbottom = 40
speed_travel = 200
speed_wall_0 = =math.ceil(speed_print * 40 / 50)
speed_wall_0 = 40
speed_wall_x = =speed_print
support_angle = 70
support_type = buildplate

View file

@ -43,11 +43,11 @@ skirt_brim_minimal_length = 75
skirt_gap = 1.5
skirt_line_count = 5
speed_infill = =speed_print
speed_layer_0 = =math.ceil(speed_print * 25 / 50)
speed_layer_0 = 25
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 40 / 50)
speed_topbottom = 40
speed_travel = 200
speed_wall_0 = =math.ceil(speed_print * 40 / 50)
speed_wall_0 = 40
speed_wall_x = =speed_print
support_angle = 70
support_type = buildplate