Update variant profiles to use the right syntax for formulas

Contributes to CURA-1278
This commit is contained in:
Arjen Hiemstra 2016-05-26 15:32:08 +02:00
parent 43ec037c55
commit 4fc1407c00
8 changed files with 24 additions and 24 deletions

View file

@ -12,6 +12,6 @@ machine_nozzle_size = 0.25
machine_nozzle_tip_outer_diameter = 0.8
coasting_volume = 0.1
coasting_min_volume = 0.17
speed_wall = round(speed_print / 1.2, 1)
speed_wall_0 = 1 if speed_wall < 5 else (speed_wall - 5)
speed_topbottom = round(speed_print / 1.5, 1)
speed_wall = =round(speed_print / 1.2, 1)
speed_wall_0 = =1 if speed_wall < 5 else (speed_wall - 5)
speed_topbottom = =round(speed_print / 1.5, 1)