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/mingda/mingda_global_adaptive.inst.cfg')
-rw-r--r--resources/quality/mingda/mingda_global_adaptive.inst.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/quality/mingda/mingda_global_adaptive.inst.cfg b/resources/quality/mingda/mingda_global_adaptive.inst.cfg
index a900091816..7fcfaa3c96 100644
--- a/resources/quality/mingda/mingda_global_adaptive.inst.cfg
+++ b/resources/quality/mingda/mingda_global_adaptive.inst.cfg
@@ -17,3 +17,17 @@ top_bottom_thickness = =layer_height_0+layer_height*4
wall_thickness = =line_width*3
support_interface_height = =layer_height*6
adaptive_layer_height_enabled = true
+
+infill_line_width = =round(line_width * 0.4 / 0.35, 2)
+infill_sparse_density = 20
+
+speed_print = 60
+speed_layer_0 = 10
+speed_topbottom = =math.ceil(speed_print * 30 / 60)
+speed_wall = =math.ceil(speed_print * 40 / 60)
+speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
+
+jerk_travel = 50
+raft_airgap = 0.18
+raft_base_thickness = =round(layer_height*1.5, 2)
+raft_interface_thickness = =round(layer_height*1.2, 2)