mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -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
|
@ -14,7 +14,6 @@ variant = AA 0.25
|
|||
[values]
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 12
|
||||
infill_line_width = =round(line_width * 0.5 / 0.4, 2)
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
ooze_shield_angle = 40
|
||||
|
@ -32,4 +31,3 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
|
@ -19,7 +19,6 @@ cool_fan_full_at_height = =layer_height_0 + layer_height
|
|||
cool_fan_speed_max = 50
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =line_width
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
|
@ -50,5 +49,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -17,12 +17,11 @@ brim_width = 10
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 2.5
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
line_width = =machine_nozzle_size * 0.92
|
||||
machine_min_cool_heat_time_window = 15
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature + 5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
|
@ -53,5 +52,4 @@ switch_extruder_retraction_speeds = 35
|
|||
top_bottom_thickness = 1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
|
@ -15,10 +15,8 @@ variant = AA 0.25
|
|||
brim_width = 8
|
||||
cool_fan_full_at_height = =layer_height_0
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =line_width
|
||||
infill_overlap = 10
|
||||
infill_pattern = grid
|
||||
line_width = =machine_nozzle_size * 0.92
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -34,6 +32,4 @@ speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
|||
top_bottom_thickness = 0.72
|
||||
wall_0_inset = 0.015
|
||||
wall_0_wipe_dist = 0.25
|
||||
wall_line_width = =line_width
|
||||
wall_line_width_x= =line_width
|
||||
wall_thickness = 0.7
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_speed = 6
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_speed_max = 50
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.35 / 0.35, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.4
|
|||
adhesion_type = brim
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
infill_line_width = =round(line_width * 0.5 / 0.4, 2)
|
||||
line_width = =machine_nozzle_size
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
|
@ -33,4 +31,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.4
|
|||
adhesion_type = brim
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
infill_line_width = =round(line_width * 0.5 / 0.4, 2)
|
||||
line_width = =machine_nozzle_size
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
|
@ -33,4 +31,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.4
|
|||
adhesion_type = brim
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 15
|
||||
infill_line_width = =round(line_width * 0.5 / 0.4, 2)
|
||||
line_width = =machine_nozzle_size
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
|
@ -32,4 +30,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.4
|
|||
adhesion_type = brim
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 12
|
||||
infill_line_width = =round(line_width * 0.5 / 0.4, 2)
|
||||
line_width = =machine_nozzle_size
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_standby_temperature = 100
|
||||
|
@ -32,4 +30,3 @@ speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
|||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
wall_line_width_x = =wall_line_width
|
||||
|
|
|
@ -18,7 +18,7 @@ cool_fan_full_at_height = =layer_height_0 + layer_height
|
|||
cool_fan_speed_max = 90
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 6
|
||||
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0.05
|
||||
infill_pattern = triangles
|
||||
|
@ -59,5 +59,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -18,7 +18,7 @@ cool_fan_full_at_height = =layer_height_0 + layer_height
|
|||
cool_fan_speed_max = 85
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
|
||||
infill_overlap_mm = 0.05
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0.1
|
||||
|
@ -58,5 +58,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -18,7 +18,7 @@ cool_fan_full_at_height = =layer_height_0 + layer_height
|
|||
cool_fan_speed_max = 50
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 8
|
||||
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0.05
|
||||
infill_pattern = triangles
|
||||
|
@ -59,5 +59,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -18,7 +18,7 @@ cool_fan_full_at_height = =layer_height_0 + layer_height
|
|||
cool_fan_speed_max = 50
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 5
|
||||
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = triangles
|
||||
infill_wipe_dist = 0.1
|
||||
|
@ -56,5 +56,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_standby_temperature = 100
|
||||
|
|
|
@ -15,7 +15,6 @@ variant = AA 0.4
|
|||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 10
|
||||
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
|
|
|
@ -15,7 +15,6 @@ variant = AA 0.4
|
|||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_standby_temperature = 100
|
||||
|
|
|
@ -17,14 +17,13 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time = 7
|
||||
cool_min_layer_time_fan_speed_max = 7
|
||||
cool_min_speed = 2.5
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,5 +57,4 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
|
@ -17,14 +17,13 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time = 7
|
||||
cool_min_layer_time_fan_speed_max = 7
|
||||
cool_min_speed = 2.5
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
layer_height = 0.15
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -58,5 +57,4 @@ switch_extruder_retraction_amount = 20
|
|||
switch_extruder_retraction_speeds = 35
|
||||
top_bottom_thickness = 1.1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
|
@ -17,13 +17,12 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time = 7
|
||||
cool_min_layer_time_fan_speed_max = 7
|
||||
cool_min_speed = 2.5
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
|
@ -57,5 +56,4 @@ switch_extruder_retraction_amount = 20
|
|||
switch_extruder_retraction_speeds = 35
|
||||
top_bottom_thickness = 1
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
|
@ -15,7 +15,6 @@ variant = AA 0.4
|
|||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 0.45/0.35,2)
|
||||
jerk_print = 25
|
||||
jerk_roofing = 1
|
||||
layer_height_0 = 0.2
|
||||
|
@ -34,5 +33,4 @@ speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 36 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_print * 26 / 50)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = =round(line_width * 0.35/0.35,2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.4
|
|||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
infill_line_width = =round(line_width * 1.285, 2)
|
||||
layer_height_0 = 0.2
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
|
@ -27,6 +26,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_line_width_x = =round(line_width * 0.35/0.35,2)
|
||||
wall_thickness = 1.23
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ variant = AA 0.4
|
|||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_min_speed = 7
|
||||
infill_line_width = =round(line_width * 1.285, 2)
|
||||
layer_height_0 = 0.2
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
|
|
|
@ -17,7 +17,7 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 4
|
||||
gradual_infill_step_height = =5 * layer_height
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
|
@ -25,7 +25,6 @@ infill_wipe_dist = 0.1
|
|||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
layer_height = 0.2
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
|
@ -58,5 +57,4 @@ switch_extruder_retraction_speeds = 35
|
|||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -17,7 +17,7 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 4
|
||||
gradual_infill_step_height = =5 * layer_height
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
|
@ -25,7 +25,6 @@ infill_wipe_dist = 0.1
|
|||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
layer_height = 0.15
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
|
@ -59,5 +58,4 @@ switch_extruder_retraction_speeds = 35
|
|||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -17,14 +17,13 @@ cool_fan_speed_max = 100
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 4
|
||||
gradual_infill_step_height = =5 * layer_height
|
||||
infill_line_width = =round(line_width * 0.38 / 0.38, 2)
|
||||
|
||||
infill_overlap = 0
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
infill_wipe_dist = 0.1
|
||||
jerk_enabled = True
|
||||
jerk_print = 25
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
|
@ -56,5 +55,4 @@ switch_extruder_retraction_speeds = 35
|
|||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -12,7 +12,6 @@ material = generic_abs
|
|||
variant = AA 0.8
|
||||
|
||||
[values]
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 25
|
||||
material_standby_temperature = 100
|
||||
speed_print = 50
|
||||
|
|
|
@ -13,7 +13,6 @@ variant = AA 0.8
|
|||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 30
|
||||
material_standby_temperature = 100
|
||||
speed_print = 50
|
||||
|
|
|
@ -13,7 +13,6 @@ variant = AA 0.8
|
|||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 27
|
||||
material_standby_temperature = 100
|
||||
speed_print = 50
|
||||
|
|
|
@ -15,8 +15,6 @@ is_experimental = True
|
|||
[values]
|
||||
brim_width = 14
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 10
|
||||
|
@ -33,6 +31,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -15,9 +15,7 @@ is_experimental = True
|
|||
[values]
|
||||
brim_width = 14
|
||||
cool_fan_full_at_height = =layer_height_0 + 7 * layer_height
|
||||
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
|
@ -34,6 +32,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -17,7 +17,6 @@ brim_width = 14
|
|||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 7
|
||||
|
@ -34,6 +33,5 @@ speed_topbottom = =math.ceil(speed_print * 35 / 50)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
support_z_distance = =layer_height
|
||||
top_bottom_thickness = 1.2
|
||||
|
|
|
@ -13,7 +13,6 @@ variant = AA 0.8
|
|||
|
||||
[values]
|
||||
brim_width = 15
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.8
|
|||
[values]
|
||||
brim_width = 15
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.8
|
|||
[values]
|
||||
brim_width = 15
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature + 17
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.8
|
|||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
|
||||
infill_line_width = =line_width
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_standby_temperature = 100
|
||||
|
@ -28,7 +26,6 @@ raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
|||
raft_margin = 10
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.8
|
|||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
|
||||
infill_line_width = =line_width
|
||||
layer_height = 0.4
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
|
@ -29,7 +27,6 @@ raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
|||
raft_margin = 10
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
|
|
|
@ -15,8 +15,6 @@ variant = AA 0.8
|
|||
brim_width = 5.6
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
|
||||
infill_line_width = =line_width
|
||||
layer_height = 0.3
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
|
@ -29,8 +27,6 @@ raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
|||
raft_margin = 10
|
||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
switch_extruder_prime_speed = 30
|
||||
switch_extruder_retraction_amount = 30
|
||||
switch_extruder_retraction_speeds = 40
|
||||
|
|
|
@ -15,8 +15,6 @@ is_experimental = True
|
|||
[values]
|
||||
brim_width = 14
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
|
@ -29,4 +27,3 @@ speed_slowdown_layers = 15
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
|
|
|
@ -17,7 +17,6 @@ brim_width = 14
|
|||
cool_fan_full_at_height = =layer_height_0 + 7 * layer_height
|
||||
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = 0.5
|
||||
|
@ -29,4 +28,3 @@ speed_slowdown_layers = 8
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
|
|
|
@ -17,7 +17,6 @@ brim_width = 14
|
|||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 2
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
|
@ -30,4 +29,3 @@ speed_slowdown_layers = 10
|
|||
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
||||
support_line_width = =round(line_width * 0.6 / 0.7, 2)
|
||||
|
|
|
@ -13,7 +13,6 @@ variant = AA 0.8
|
|||
|
||||
[values]
|
||||
brim_width = 7
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.8
|
|||
[values]
|
||||
brim_width = 7
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -14,7 +14,6 @@ variant = AA 0.8
|
|||
[values]
|
||||
brim_width = 7
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
|
|
|
@ -16,9 +16,7 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.65 / 0.75, 2)
|
||||
infill_pattern = triangles
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -33,10 +31,7 @@ speed_wall = =math.ceil(speed_print * 40 / 45)
|
|||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_pattern = ='triangles'
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
|
@ -16,10 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.65 / 0.75, 2)
|
||||
infill_pattern = triangles
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -35,10 +33,7 @@ speed_wall = =math.ceil(speed_print * 40 / 45)
|
|||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_pattern = ='triangles'
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
|
@ -16,10 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.65 / 0.75, 2)
|
||||
infill_pattern = triangles
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -34,10 +32,7 @@ speed_wall = =math.ceil(speed_print * 40 / 45)
|
|||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_pattern = ='triangles'
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 25
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_support = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -36,16 +34,13 @@ retraction_extra_prime_amount = 0.5
|
|||
retraction_hop = 0.5
|
||||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_travel = 300
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.6
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.8 / 0.8, 2)
|
||||
wall_thickness = 1.6
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 25
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_support = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -36,16 +34,13 @@ retraction_extra_prime_amount = 0.5
|
|||
retraction_hop = 0.5
|
||||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_travel = 300
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.6
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.8 / 0.8, 2)
|
||||
wall_thickness = 1.6
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 25
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 17
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = tetrahedral
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
jerk_support = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -36,16 +34,13 @@ retraction_extra_prime_amount = 0.5
|
|||
retraction_hop = 0.5
|
||||
retraction_min_travel = 1.5
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_travel = 300
|
||||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 45
|
||||
top_bottom_thickness = 1.6
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.8 / 0.8, 2)
|
||||
wall_thickness = 1.6
|
||||
|
|
|
@ -16,10 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
layer_height_0 = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -29,9 +27,6 @@ prime_tower_enable = False
|
|||
retract_at_layer_change = False
|
||||
speed_print = 45
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
top_bottom_thickness = =layer_height * 6
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_line_width_x = =round(wall_line_width * 0.75 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
|
|
@ -16,10 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
layer_height_0 = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -34,8 +32,6 @@ speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
|||
speed_wall = =math.ceil(speed_print * 25/ 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
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
|
|
@ -16,10 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
infill_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
layer_height_0 = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
|
@ -34,11 +32,8 @@ speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
|||
speed_wall = =math.ceil(speed_print * 25/ 35)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 35)
|
||||
support_angle = 70
|
||||
support_line_width = =line_width * 0.75
|
||||
support_pattern = ='triangles'
|
||||
support_xy_distance = =wall_line_width_0 * 1.5
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
wall_line_width = =round(line_width * 0.75 / 0.75, 2)
|
||||
wall_line_width_x = =round(wall_line_width * 0.75 / 0.75, 2)
|
||||
wall_thickness = =wall_line_width_0 + wall_line_width_x
|
||||
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 8.75
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -41,7 +39,6 @@ retraction_hop = 1.5
|
|||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 30)
|
||||
speed_travel = 300
|
||||
|
@ -49,7 +46,6 @@ speed_wall = =math.ceil(speed_print * 30 / 30)
|
|||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
@ -57,5 +53,4 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 8.75
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -42,7 +40,6 @@ retraction_hop = 1.5
|
|||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
||||
speed_travel = 300
|
||||
|
@ -50,7 +47,6 @@ speed_wall = =math.ceil(speed_print * 30 / 30)
|
|||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
@ -58,5 +54,4 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
|
|
@ -16,8 +16,6 @@ brim_width = 8.75
|
|||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
|
||||
infill_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
infill_pattern = cross_3d
|
||||
infill_sparse_density = 10
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 25 / 25), 20)
|
||||
|
@ -41,7 +39,6 @@ retraction_hop = 1.5
|
|||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = 15
|
||||
skin_line_width = =round(line_width * 0.78 / 0.8, 2)
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 23 / 30)
|
||||
speed_travel = 300
|
||||
|
@ -49,7 +46,6 @@ speed_wall = =math.ceil(speed_print * 30 / 30)
|
|||
speed_wall_x = =math.ceil(speed_wall * 30 / 30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_line_width = =round(line_width * 0.7 / 0.8, 2)
|
||||
support_offset = =line_width
|
||||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
|
@ -57,5 +53,4 @@ switch_extruder_retraction_speeds = 45
|
|||
top_bottom_thickness = 1.2
|
||||
travel_avoid_distance = 1.5
|
||||
wall_0_wipe_dist = =line_width * 2
|
||||
wall_line_width_x = =round(line_width * 0.6 / 0.8, 2)
|
||||
wall_thickness = 1.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue