mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -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
|
@ -24,13 +24,13 @@ raft_base_line_width = 0.8
|
|||
raft_interface_line_spacing = 1
|
||||
raft_margin = 12
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 35
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_wall_x = =math.ceil(speed_print * 35 / 40)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue