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:
Ghostkeeper 2017-10-06 09:59:01 +02:00
parent 39fc03c550
commit 5a3677688f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)