mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Re-enable support towers
Decrease `support_offset` setting as using both support towers and support horizontal expansion would apply the same concept twice. Remove duplicate settings in other ultimaker profiles. Contributes to CURA-10220 Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
This commit is contained in:
parent
4164f39916
commit
046d6ab01c
8 changed files with 2 additions and 9 deletions
|
@ -21,5 +21,4 @@ skin_overlap = 20
|
|||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -22,5 +22,4 @@ skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
|||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -20,5 +20,4 @@ skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
|||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = =3*layer_height
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -20,5 +20,4 @@ skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
|||
support_brim_enable = True
|
||||
support_infill_sparse_thickness = =2*layer_height
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -19,5 +19,4 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -18,5 +18,4 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -18,5 +18,4 @@ retraction_count_max = 5
|
|||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
support_brim_enable = True
|
||||
support_interface_enable = True
|
||||
support_use_towers = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue