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/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg')
-rw-r--r--resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg
index 2d32a0cc87..a889f34610 100644
--- a/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg
+++ b/resources/quality/kemiq_q2/kemiq_q2_beta_abs_normal.inst.cfg
@@ -15,11 +15,11 @@ layer_height = 0.15
layer_height_0 = 0.3
speed_print = 60
-speed_infill = 50
-speed_layer_0 = 15
-speed_wall_0 = 20
-speed_wall_x = 40
-speed_topbottom = 20
+speed_infill = =math.ceil(speed_print * 50 / 60)
+speed_layer_0 = =math.ceil(speed_print * 15 / 60)
+speed_wall_0 = =math.ceil(speed_print * 20 / 60)
+speed_wall_x = =math.ceil(speed_print * 40 / 60)
+speed_topbottom = =math.ceil(speed_print * 20 / 60)
speed_travel = 120
material_print_temperature = 246