mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 22:55:13 +08:00
24 lines
502 B
INI
24 lines
502 B
INI
[general]
|
|
definition = sovol_base_bowden
|
|
name = Draft Quality
|
|
version = 4
|
|
|
|
[metadata]
|
|
global_quality = True
|
|
quality_type = draft
|
|
setting_version = 23
|
|
type = quality
|
|
weight = -5
|
|
|
|
[values]
|
|
adhesion_type = skirt
|
|
layer_height = 0.32
|
|
layer_height_0 = 0.32
|
|
speed_print = 60
|
|
speed_topbottom = =math.ceil(speed_print * (60 / 100))
|
|
speed_wall = =math.ceil(speed_print * (60 / 100))
|
|
support_interface_height = =layer_height*4
|
|
top_bottom_thickness = =layer_height_0+layer_height*3
|
|
wall_thickness = =line_width*2
|
|
|