Also use different speeds and coast volumes for UME+ variants

I've discussed this with Paul and he confirms that they should also be different for Extended just like not-Extended.

Contributes to issue CURA-1278.
This commit is contained in:
Ghostkeeper 2016-05-18 11:16:22 +02:00
parent 1e1aec5746
commit 54c29187c9
4 changed files with 20 additions and 4 deletions

View file

@ -8,4 +8,8 @@ author = Ultimaker
[values]
machine_nozzle_size = 0.8
machine_nozzle_tip_outer_diameter = 1.35
machine_nozzle_tip_outer_diameter = 1.35
coasting_volume = 3.22
speed_wall = round(speed_print * 4 / 3, 1)
speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
speed_topbottom = round(speed_print / 2, 1)