mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Make initial layer speed scale with normal speed
All profiles that set the print speed are edited as well to make sure that the initial layer speed is still the same. Contributes to issue #1170.
This commit is contained in:
parent
29e04bb825
commit
44f309226a
41 changed files with 41 additions and 0 deletions
|
@ -28,6 +28,7 @@ retraction_min_travel = =line_width * 2
|
|||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 15
|
||||
speed_print = 70
|
||||
speed_layer_0 = =speed_print * 30 / 70
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
|
|
|
@ -27,6 +27,7 @@ retraction_min_travel = 1.5
|
|||
retraction_prime_speed = 25
|
||||
skin_overlap = 15
|
||||
speed_print = 70
|
||||
speed_layer_0 = =math.round(speed_print * 30 / 70)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue