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/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg')
-rw-r--r--resources/quality/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/quality/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg b/resources/quality/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg
index c510473c3d..f2abdd22a4 100644
--- a/resources/quality/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg
+++ b/resources/quality/imade3d_jellybox/generic_petg_0.4_medium.inst.cfg
@@ -43,13 +43,13 @@ skin_no_small_gaps_heuristic = False
skirt_brim_minimal_length = 100
skirt_brim_speed = 25
skirt_line_count = 2
-speed_layer_0 = 14
+speed_layer_0 = =math.ceil(speed_print * 14 / 40)
speed_print = 40
speed_slowdown_layers = 1
-speed_topbottom = 20
+speed_topbottom = =math.ceil(speed_print * 20 / 40)
speed_travel = 120
speed_travel_layer_0 = 60
-speed_wall = 25
-speed_wall_x = 35
+speed_wall = =math.ceil(speed_print * 25 / 40)
+speed_wall_x = =math.ceil(speed_print * 35 / 40)
top_thickness = =top_bottom_thickness
wall_thickness = 0.8