Replace quality profiles with optimised versions of Ruben's script

With the global quality profiles merged this now works properly.

CURA-2645
This commit is contained in:
Arjen Hiemstra 2016-10-25 15:40:52 +02:00
parent b0d6d7034a
commit 30e14478af
30 changed files with 644 additions and 3079 deletions

View file

@ -8,4 +8,36 @@ author = ultimaker
type = variant
[values]
machine_nozzle_size = 0.4
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
raft_acceleration = =acceleration_print
raft_airgap = 0.3
raft_base_speed = =0.75 * raft_speed
raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2
raft_interface_line_spacing = =raft_interface_line_width + 0.2
raft_interface_line_width = =line_width * 2
raft_interface_speed = =raft_speed * 0.75
raft_interface_thickness = =layer_height * 1.5
raft_jerk = =jerk_print
raft_margin = 15
raft_speed = =speed_print / 60 * 30
raft_surface_layers = 2
retraction_amount = 6.5
retraction_count_max = 25
retraction_min_travel = =line_width * 2
retraction_prime_speed = =retraction_speed
skin_overlap = 15
speed_print = 70
speed_topbottom = =math.ceil(speed_print * 30 / 70)
speed_wall = =math.ceil(speed_print * 30 / 70)
support_angle = 60
support_bottom_distance = =support_z_distance / 2
support_pattern = zigzag
support_top_distance = =support_z_distance
support_use_towers = True
support_z_distance = =layer_height * 2
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
switch_extruder_retraction_amount = =machine_heat_zone_length
top_bottom_thickness = 1.2
wall_thickness = 1.3

View file

@ -8,4 +8,18 @@ author = ultimaker
type = variant
[values]
machine_nozzle_size = 0.4
cool_fan_speed_max = =cool_fan_speed
machine_nozzle_heat_up_speed = 1.5
material_print_temperature = 215
retraction_extrusion_window = =retraction_amount
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_stair_step_height = =layer_height
support_infill_rate = 25
support_interface_enable = True
support_join_distance = 3
support_line_width = =round(line_width * 0.4 / 0.35, 2)
support_offset = 3
support_xy_distance = =wall_line_width_0 * 3
support_xy_distance_overhang = =wall_line_width_0 / 2

View file

@ -8,4 +8,35 @@ author = ultimaker
type = variant
[values]
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
machine_nozzle_size = 0.4
raft_airgap = 0.3
raft_base_speed = 15
raft_base_thickness = 0.3
raft_interface_line_spacing = 0.9
raft_interface_line_width = 0.7
raft_interface_speed = 15
raft_interface_thickness = 0.15
raft_margin = 15
raft_speed = 20
raft_surface_layers = 2
retraction_amount = 6.5
retraction_count_max = 25
retraction_min_travel = 1.5
retraction_prime_speed = 25
skin_overlap = 15
speed_print = 70
speed_topbottom = =math.ceil(speed_print * 30 / 70)
speed_wall = =math.ceil(speed_print * 30 / 70)
support_angle = 60
support_bottom_distance = =support_z_distance / 2
support_infill_rate = 15
support_join_distance = 2.0
support_offset = 0.2
support_top_distance = =support_z_distance
support_z_distance = =layer_height * 2
switch_extruder_prime_speed = 20
switch_extruder_retraction_amount = 20
top_bottom_thickness = 1.2
wall_thickness = 1.3

View file

@ -8,4 +8,20 @@ author = ultimaker
type = variant
[values]
cool_fan_speed_max = 100
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_size = 0.4
material_bed_temperature = 60
material_print_temperature = 215
raft_acceleration = =acceleration_layer_0
raft_jerk = =jerk_layer_0
retraction_extrusion_window = =retraction_amount
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_stair_step_height = =layer_height
support_interface_enable = True
support_line_width = =round(line_width * 0.4 / 0.35, 2)
support_pattern = triangles
support_use_towers = False
support_xy_distance = =wall_line_width_0 * 3
support_xy_distance_overhang = =wall_line_width_0 / 2