mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-08 16:07:25 -06:00
Moved support infill thickness to the global quality classes of the dual extrusion machines.
Relates to PP-108
This commit is contained in:
parent
79eb41e947
commit
d293a7ae29
17 changed files with 11 additions and 7 deletions
|
@ -19,4 +19,3 @@ prime_tower_enable = False
|
|||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
|
|
|
@ -17,4 +17,3 @@ material_standby_temperature = 100
|
|||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.18
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -19,4 +19,4 @@ prime_tower_enable = False
|
|||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ material_standby_temperature = 100
|
|||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.18
|
||||
|
|
|
@ -17,3 +17,4 @@ material_standby_temperature = 100
|
|||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -19,4 +19,3 @@ prime_tower_enable = False
|
|||
retraction_count_max = 5
|
||||
skin_overlap = 15
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.3
|
||||
|
|
|
@ -17,4 +17,3 @@ material_standby_temperature = 100
|
|||
prime_tower_enable = False
|
||||
retraction_count_max = 5
|
||||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = 0.18
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
|||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
|
|
|
@ -58,7 +58,6 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_infill_sparse_thickness = 0.4
|
||||
support_interface_enable = True
|
||||
support_z_distance = 0
|
||||
switch_extruder_prime_speed = 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue