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_pla_0.4_medium_2-fans.inst.cfg')
-rw-r--r--resources/quality/imade3d_jellybox/generic_pla_0.4_medium_2-fans.inst.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/quality/imade3d_jellybox/generic_pla_0.4_medium_2-fans.inst.cfg b/resources/quality/imade3d_jellybox/generic_pla_0.4_medium_2-fans.inst.cfg
index 9e4d8efddc..402d4dda1d 100644
--- a/resources/quality/imade3d_jellybox/generic_pla_0.4_medium_2-fans.inst.cfg
+++ b/resources/quality/imade3d_jellybox/generic_pla_0.4_medium_2-fans.inst.cfg
@@ -41,13 +41,13 @@ skin_no_small_gaps_heuristic = False
skirt_brim_minimal_length = 100
skirt_brim_speed = 20
skirt_line_count = 3
-speed_layer_0 = 20
+speed_layer_0 = =math.ceil(speed_print * 20 / 45)
speed_print = 45
speed_slowdown_layers = 1
-speed_topbottom = 25
+speed_topbottom = =math.ceil(speed_print * 25 / 45)
speed_travel = 120
speed_travel_layer_0 = 60
-speed_wall = 25
-speed_wall_x = 35
+speed_wall = =math.ceil(speed_print * 25 / 45)
+speed_wall_x = =math.ceil(speed_print * 35 / 45)
top_thickness = 0.8
wall_thickness = 0.8