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_pc_0.6_fast.inst.cfg')
-rw-r--r--resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg b/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg
index 2d50f96661..09b60aadff 100644
--- a/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg
+++ b/resources/quality/ultimaker2_plus/um2p_pc_0.6_fast.inst.cfg
@@ -29,12 +29,12 @@ raft_interface_line_width = 1.2
raft_margin = 15
raft_surface_line_width = 0.6
raft_surface_thickness = 0.15
-speed_layer_0 = 30
+speed_layer_0 = =math.ceil(speed_print * 30 / 45)
speed_print = 45
-speed_topbottom = 20
+speed_topbottom = =math.ceil(speed_print * 20 / 45)
speed_travel = 150
-speed_wall_0 = 30
-speed_wall_x = 40
+speed_wall_0 = =math.ceil(speed_print * 30 / 45)
+speed_wall_x = =math.ceil(speed_print * 40 / 45)
support_angle = 45
support_enable = True
support_infill_rate = 20
@@ -43,3 +43,4 @@ support_pattern = lines
support_z_distance = 0.21
top_bottom_thickness = 0.75
wall_thickness = 1.06
+speed_infill = =math.ceil(speed_print * 100 / 45)