Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mingda_global_standard.inst.cfg « mingda « quality « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e59e66882d0540916132b13208f414fbcd949bb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[general]
version = 4
name = Standard Quality
definition = mingda_base

[metadata]
setting_version = 20
type = quality
quality_type = standard
weight = -3
global_quality = True

[values]
layer_height = 0.2
layer_height_0 = 0.2
top_bottom_thickness = =layer_height_0+layer_height*3
wall_thickness = =line_width*3
support_interface_height = =layer_height*5

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)

acceleration_wall = 2000
acceleration_wall_0 = 2000
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)