mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
22 lines
568 B
INI
22 lines
568 B
INI
[general]
|
|
definition = ultimaker_s3
|
|
name = Extra Fast - Experimental
|
|
version = 4
|
|
|
|
[metadata]
|
|
is_experimental = True
|
|
material = generic_petg
|
|
quality_type = verydraft
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -3
|
|
|
|
[values]
|
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|
material_print_temperature = =default_material_print_temperature + 5
|
|
support_bottom_distance = =support_z_distance
|
|
support_interface_enable = True
|
|
support_top_distance = =support_z_distance
|
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
|
|