mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Fix top/bottom speed for CPE+ faster profiles
I think these were some typos or mistakes in someone's spreadsheet.
This commit is contained in:
parent
39fc03c550
commit
5a3677688f
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ retraction_hop_only_when_collides = True
|
|||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 65 / 50)
|
||||
speed_topbottom = =math.ceil(speed_print * 40 / 50)
|
||||
speed_travel = 250
|
||||
speed_wall = =math.ceil(speed_print * 50 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
|
||||
|
|
|
@ -39,7 +39,7 @@ retraction_hop_only_when_collides = True
|
|||
skin_overlap = 20
|
||||
speed_layer_0 = 20
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 55 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_travel = 250
|
||||
speed_wall = =math.ceil(speed_print * 45 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue