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_fast.inst.cfg')
-rw-r--r--resources/quality/ultimaker2/um2_fast.inst.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/quality/ultimaker2/um2_fast.inst.cfg b/resources/quality/ultimaker2/um2_fast.inst.cfg
index 99ddb540cc..0534f821e1 100644
--- a/resources/quality/ultimaker2/um2_fast.inst.cfg
+++ b/resources/quality/ultimaker2/um2_fast.inst.cfg
@@ -14,8 +14,8 @@ global_quality = True
infill_sparse_density = 10
layer_height = 0.15
cool_min_layer_time = 3
-speed_wall_0 = 40
-speed_wall_x = 80
-speed_infill = 100
+speed_wall_0 = =math.ceil(speed_print * 40 / 60)
+speed_wall_x = =math.ceil(speed_print * 80 / 60)
+speed_infill = =math.ceil(speed_print * 100 / 60)
wall_thickness = 1
-speed_topbottom = 30
+speed_topbottom = =math.ceil(speed_print * 30 / 60)