mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:25:12 +08:00
23 lines
546 B
INI
23 lines
546 B
INI
[general]
|
|
definition = ultimaker_s3
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_petg
|
|
quality_type = fast
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|
material_print_temperature = =default_material_print_temperature
|
|
speed_infill = =math.ceil(speed_print * 50 / 60)
|
|
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)
|
|
|