mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly
This commit is contained in:
parent
343c606df6
commit
9432252de4
199 changed files with 377 additions and 377 deletions
|
@ -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 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 80)
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
|
|
|
@ -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 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
|
|
|
@ -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 = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue