Cura/resources/quality/mingda/mingda_global_adaptive.inst.cfg
Remco Burema 4b2026e718 Upgrader for 5.8 -> 5.9 version.
see jira ticket CURA-12097
2024-10-01 20:09:04 +02:00

31 lines
800 B
INI

[general]
definition = mingda_base
name = Dynamic Quality
version = 4
[metadata]
global_quality = True
quality_type = adaptive
setting_version = 24
type = quality
weight = -2
[values]
adaptive_layer_height_enabled = true
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
infill_sparse_density = 20
jerk_travel = 50
layer_height = 0.16
layer_height_0 = 0.20
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)
speed_layer_0 = 10
speed_print = 60
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)
support_interface_height = =layer_height*6
top_bottom_thickness = =layer_height_0+layer_height*4
wall_thickness = =line_width*3