mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:09:03 +08:00
Merge pull request #12753 from Ultimaker/PP-193_support_infill_sparse_thickness_only_for_PVA_and_BAM
Removed the 'support_infill_sparse_thickness' setting from the global…
This commit is contained in:
commit
66e10a3c7c
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -13,7 +13,6 @@ variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
layer_height = 0.4
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
|
@ -13,11 +13,9 @@ variant = BB 0.8
|
||||
|
||||
[values]
|
||||
brim_replaces_support = False
|
||||
layer_height = 0.3
|
||||
material_standby_temperature = 100
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
|
@ -11,5 +11,4 @@ weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
layer_height = 0.15
|
@ -11,5 +11,4 @@ weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
layer_height = 0.06
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_bam
|
||||
variant = AA 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_standby_temperature = 100
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -12,6 +12,7 @@ material = generic_pva
|
||||
variant = BB 0.4
|
||||
|
||||
[values]
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
brim_replaces_support = False
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
|
@ -12,4 +12,3 @@ global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
Loading…
x
Reference in New Issue
Block a user