mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Changed the support_interface_offset from '=support_offset' to 1 for self support of all Method materials. This value is 0 for the support materials (PVA, SR30, Rapid)
PP-504
This commit is contained in:
parent
3800c4b574
commit
f4d9dcc840
5 changed files with 1 additions and 4 deletions
|
@ -405,6 +405,7 @@
|
|||
"support_interface_enable": { "value": true },
|
||||
"support_interface_height": { "value": "4*support_infill_sparse_thickness" },
|
||||
"support_interface_material_flow": { "value": "material_flow" },
|
||||
"support_interface_offset": { "value": "1" },
|
||||
"support_interface_pattern": { "value": "'lines'" },
|
||||
"support_interface_wall_count": { "value": "1" },
|
||||
"support_material_flow": { "value": "material_flow" },
|
||||
|
|
|
@ -45,7 +45,6 @@ support_bottom_stair_step_height = 0
|
|||
support_fan_enable = False
|
||||
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
|
||||
support_infill_rate = 15.0
|
||||
support_interface_offset = 1.2
|
||||
support_line_width = 0.35
|
||||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
|
|
|
@ -45,7 +45,6 @@ support_bottom_stair_step_height = 0
|
|||
support_fan_enable = False
|
||||
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
|
||||
support_infill_rate = 15.0
|
||||
support_interface_offset = 1.2
|
||||
support_line_width = 0.35
|
||||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
|
|
|
@ -47,7 +47,6 @@ support_bottom_stair_step_height = 0
|
|||
support_fan_enable = False
|
||||
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
|
||||
support_infill_rate = 15.0
|
||||
support_interface_offset = 1.2
|
||||
support_line_width = 0.35
|
||||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
|
|
|
@ -47,7 +47,6 @@ support_bottom_stair_step_height = 0
|
|||
support_fan_enable = False
|
||||
support_infill_angles = [ 45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135]
|
||||
support_infill_rate = 15.0
|
||||
support_interface_offset = 1.2
|
||||
support_line_width = 0.35
|
||||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue