mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Revert "PC top-bottom speed changed to function based"
This reverts commit cec7b8691d
.
This commit is contained in:
parent
cec7b8691d
commit
dd2d365884
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ retraction_prime_speed = 15
|
|||
skin_overlap = 30
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_topbottom = 25
|
||||
speed_travel = 250
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue