mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:35:13 +08:00

We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number. Contributes to issue CURA-8466.
55 lines
1.7 KiB
INI
55 lines
1.7 KiB
INI
[general]
|
|
version = 4
|
|
name = B
|
|
definition = strateo3d
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = b
|
|
weight = 0
|
|
material = emotiontech_pla_hr_870
|
|
variant = High temp 0.4
|
|
|
|
[values]
|
|
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
|
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
|
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
|
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
|
wall_0_wipe_dist = =machine_nozzle_size/2
|
|
speed_print = 40
|
|
speed_wall = =math.ceil(speed_print * 37/55)
|
|
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
|
speed_topbottom = =math.ceil(speed_print * 37/55)
|
|
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
|
speed_slowdown_layers = 2
|
|
cool_fan_enabled = True
|
|
cool_fan_speed = 100
|
|
cool_fan_speed_max = 100
|
|
cool_min_layer_time_fan_speed_max = 20
|
|
cool_min_layer_time = 2
|
|
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|
cool_min_speed = 4
|
|
support_angle = 60
|
|
material_print_temperature = =default_material_print_temperature
|
|
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
|
material_initial_print_temperature = =default_material_print_temperature
|
|
material_final_print_temperature = =default_material_print_temperature
|
|
material_flow = 91
|
|
skin_material_flow = 92
|
|
retraction_amount = 2
|
|
retraction_extra_prime_amount = 0.1
|
|
retraction_min_travel = =3*line_width
|
|
retraction_hop_only_when_collides = True
|
|
skin_overlap = 15
|
|
support_z_distance = =layer_height*2
|
|
support_bottom_distance = =support_z_distance*0.5
|
|
support_xy_distance = =line_width * 1.7
|
|
support_xy_distance_overhang = =wall_line_width_0
|
|
support_offset = 1
|
|
support_interface_density = 100
|
|
prime_tower_enable = True
|
|
meshfix_maximum_resolution = 0.5
|
|
meshfix_maximum_deviation = 0.04
|
|
cool_lift_head = True
|