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_plus/um2p_tpu_0.6_fast.inst.cfg')
-rw-r--r--resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg
index ec424a6f40..87a429134f 100644
--- a/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg
+++ b/resources/quality/ultimaker2_plus/um2p_tpu_0.6_fast.inst.cfg
@@ -29,13 +29,13 @@ raft_interface_line_width = 0.57
raft_margin = 15
raft_surface_line_width = 0.5
retraction_hop_enabled = 0.2
-speed_layer_0 = 30
+speed_layer_0 = =math.ceil(speed_print * 30 / 45)
speed_print = 45
speed_support = 40
-speed_topbottom = 35
+speed_topbottom = =math.ceil(speed_print * 35 / 45)
speed_travel = 150
-speed_wall_0 = 15
-speed_wall_x = 40
+speed_wall_0 = =math.ceil(speed_print * 15 / 45)
+speed_wall_x = =math.ceil(speed_print * 40 / 45)
support_angle = 45
support_enable = True
support_infill_rate = 25
@@ -43,3 +43,4 @@ support_xy_distance = 0.7
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 1.14
+speed_infill = =math.ceil(speed_print * 100 / 45)