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

These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
36 lines
1.1 KiB
INI
36 lines
1.1 KiB
INI
[general]
|
|
version = 3
|
|
name = Superdraft Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = superdraft
|
|
material = generic_pla_ultimaker3_AA_0.8
|
|
weight = 1
|
|
|
|
[values]
|
|
brim_line_count = =math.ceil(brim_width / skirt_brim_line_width)
|
|
cool_fan_speed_max = =cool_fan_speed
|
|
cool_min_speed = 2
|
|
gradual_infill_step_height = =3 * layer_height
|
|
gradual_infill_steps = 4
|
|
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
|
infill_sparse_density = 80
|
|
layer_height = 0.4
|
|
line_width = =machine_nozzle_size * 0.9375
|
|
machine_nozzle_heat_up_speed = 1.6
|
|
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
|
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
|
material_print_temperature = =default_material_print_temperature + 15
|
|
material_standby_temperature = 100
|
|
ooze_shield_angle = 60
|
|
raft_acceleration = =acceleration_print
|
|
raft_jerk = =jerk_print
|
|
raft_margin = 15
|
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
|
top_bottom_thickness = =layer_height * 4
|
|
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
|
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
|
|