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:
Diffstat (limited to 'resources/quality/ultimaker2/um2_high.inst.cfg')
-rw-r--r--resources/quality/ultimaker2/um2_high.inst.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/quality/ultimaker2/um2_high.inst.cfg b/resources/quality/ultimaker2/um2_high.inst.cfg
index f54700bf70..74e1f2f528 100644
--- a/resources/quality/ultimaker2/um2_high.inst.cfg
+++ b/resources/quality/ultimaker2/um2_high.inst.cfg
@@ -12,5 +12,5 @@ global_quality = True
[values]
layer_height = 0.06
-speed_topbottom = 15
-speed_infill = 80
+speed_topbottom = =math.ceil(speed_print * 15 / 60)
+speed_infill = =math.ceil(speed_print * 80 / 60)