Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2016-05-26 16:32:08 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2016-05-26 16:32:08 +0300
commit4fc1407c00b3fb709ca59a074565532388520ffd (patch)
treefd4744c0d4b45d2e8fa41b10645854b5d177f15e /resources/variants/ultimaker2_extended_plus_0.25.inst.cfg
parent43ec037c554142b4cf72ef4b49850347cb9ad9f6 (diff)
Update variant profiles to use the right syntax for formulas
Contributes to CURA-1278
Diffstat (limited to 'resources/variants/ultimaker2_extended_plus_0.25.inst.cfg')
-rw-r--r--resources/variants/ultimaker2_extended_plus_0.25.inst.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg b/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg
index 0c0154c03b..b499db6163 100644
--- a/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg
+++ b/resources/variants/ultimaker2_extended_plus_0.25.inst.cfg
@@ -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)