mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Set line widths equal to nozzle diameter
and remove line width lines from profiles (PP-13)
This commit is contained in:
parent
8be12106c9
commit
a698409a25
300 changed files with 352 additions and 811 deletions
|
@ -10,9 +10,7 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
brim_width = 7
|
||||
infill_line_width = 0.23
|
||||
layer_height_0 = 0.17
|
||||
line_width = 0.23
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.25
|
||||
|
@ -46,6 +44,5 @@ 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_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
|
|
@ -14,7 +14,6 @@ cool_fan_speed = 7
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -24,7 +23,6 @@ jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
|
|||
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 200
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,6 +56,4 @@ switch_extruder_prime_speed = 20
|
|||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
||||
|
|
|
@ -19,7 +19,6 @@ cool_fan_speed = 50
|
|||
cool_min_speed = 5
|
||||
gradual_support_infill_step_height = 1.6
|
||||
gradual_support_infill_steps = 2
|
||||
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -76,7 +75,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
|
@ -87,6 +85,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -44,7 +44,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
|
|
|
@ -10,9 +10,7 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
brim_width = 7
|
||||
infill_line_width = 0.23
|
||||
layer_height_0 = 0.17
|
||||
line_width = 0.23
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.25
|
||||
|
@ -46,6 +44,5 @@ 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_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
|
@ -14,7 +14,6 @@ cool_fan_speed = 7
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -24,7 +23,6 @@ jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
|
|||
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,6 +56,4 @@ switch_extruder_prime_speed = 20
|
|||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_fan_speed = 50
|
|||
cool_min_speed = 5
|
||||
gradual_support_infill_step_height = 1.6
|
||||
gradual_support_infill_steps = 2
|
||||
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -75,7 +74,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
|
@ -86,6 +84,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -44,7 +44,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
|
|
|
@ -10,9 +10,7 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
brim_width = 7
|
||||
infill_line_width = 0.23
|
||||
layer_height_0 = 0.17
|
||||
line_width = 0.23
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.25
|
||||
|
@ -46,5 +44,4 @@ 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_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
|
|
|
@ -14,7 +14,6 @@ cool_fan_speed = 7
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -24,7 +23,6 @@ jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
|
|||
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,6 +56,4 @@ switch_extruder_prime_speed = 20
|
|||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_fan_speed = 50
|
|||
cool_min_speed = 5
|
||||
gradual_support_infill_step_height = 1.6
|
||||
gradual_support_infill_steps = 2
|
||||
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -75,7 +74,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
|
@ -86,6 +84,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -44,7 +44,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
|
|
|
@ -10,9 +10,7 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
brim_width = 7
|
||||
infill_line_width = 0.23
|
||||
layer_height_0 = 0.17
|
||||
line_width = 0.23
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = AA 0.25
|
||||
|
@ -46,6 +44,5 @@ 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_line_width_x = 0.23
|
||||
wall_thickness = 1.3
|
||||
xy_offset_layer_0 = =(-0.2 if adhesion_type == "skirt" or adhesion_type == "none" else 0) + xy_offset
|
||||
|
|
|
@ -14,7 +14,6 @@ cool_fan_speed = 7
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -24,7 +23,6 @@ jerk_topbottom = =max(math.ceil(jerk_print * 25 / 25), 20)
|
|||
jerk_wall = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_wall_0 = =max(math.ceil(jerk_wall * 25 / 25), 20)
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,6 +56,4 @@ switch_extruder_prime_speed = 20
|
|||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 2
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_fan_speed = 50
|
|||
cool_min_speed = 5
|
||||
gradual_support_infill_step_height = 1.6
|
||||
gradual_support_infill_steps = 2
|
||||
infill_line_width = =round(line_width * 0.8 / 0.7, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
@ -75,17 +74,14 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance = =wall_line_width_0
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
support_z_distance = 0
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 12
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_0 = =wall_line_width
|
||||
wall_line_width_x = =wall_line_width
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -44,7 +44,6 @@ support_interface_enable = True
|
|||
support_interface_height = 0.6
|
||||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 3
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue