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

This commit is contained in:
Jack Ha 2018-06-06 17:07:04 +02:00
parent 343c606df6
commit 9432252de4
199 changed files with 377 additions and 377 deletions

View file

@ -29,8 +29,8 @@ raft_interface_line_width = 0.8
raft_margin = 15
speed_layer_0 = =round(speed_print * 30 / 45)
speed_print = 45
speed_wall_0 = 20
speed_wall_x = 30
speed_wall_0 = =math.ceil(speed_print * 20 / 45)
speed_wall_x = =math.ceil(speed_print * 30 / 45)
support_angle = 45
support_enable = True
support_infill_rate = 20