mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +08:00
Merge pull request #14515 from Ultimaker/CURA-10220_support_towers_reenabled
Cura 10220 support towers reenabled
This commit is contained in:
commit
5fb51d3535
@ -119,8 +119,8 @@
|
|||||||
"support_interface_pattern": { "value": "'zigzag'" },
|
"support_interface_pattern": { "value": "'zigzag'" },
|
||||||
"support_interface_skip_height": { "value": "layer_height" },
|
"support_interface_skip_height": { "value": "layer_height" },
|
||||||
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
|
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
|
||||||
"support_offset": { "value": "3 if support_interface_enable else 0" },
|
"support_offset": { "value": "0.9 if support_interface_enable else 0" },
|
||||||
"support_use_towers": { "value": false },
|
"support_tower_roof_angle": { "value": "65 if support_interface_enable else 0" },
|
||||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||||
"support_xy_distance": { "value": "1" },
|
"support_xy_distance": { "value": "1" },
|
||||||
"support_xy_distance_overhang": { "value": "0.2" },
|
"support_xy_distance_overhang": { "value": "0.2" },
|
||||||
|
@ -21,5 +21,4 @@ skin_overlap = 20
|
|||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
support_brim_enable = True
|
support_brim_enable = True
|
||||||
support_interface_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_brim_enable = True
|
||||||
support_infill_sparse_thickness = =2*layer_height
|
support_infill_sparse_thickness = =2*layer_height
|
||||||
support_interface_enable = True
|
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_brim_enable = True
|
||||||
support_infill_sparse_thickness = =3*layer_height
|
support_infill_sparse_thickness = =3*layer_height
|
||||||
support_interface_enable = True
|
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_brim_enable = True
|
||||||
support_infill_sparse_thickness = =2*layer_height
|
support_infill_sparse_thickness = =2*layer_height
|
||||||
support_interface_enable = True
|
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))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
support_brim_enable = True
|
support_brim_enable = True
|
||||||
support_interface_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))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
support_brim_enable = True
|
support_brim_enable = True
|
||||||
support_interface_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))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
support_brim_enable = True
|
support_brim_enable = True
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
support_use_towers = True
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user