mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Change support Z offset to 2*layer_height
The materials team found this to work better.
This commit is contained in:
parent
582a17c6af
commit
18a07b6eee
8 changed files with 8 additions and 7 deletions
|
@ -38,7 +38,7 @@ support_enable = True
|
||||||
support_infill_rate = 20
|
support_infill_rate = 20
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_xy_distance = 0.6
|
support_xy_distance = 0.6
|
||||||
support_z_distance = 0.45
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 1
|
wall_thickness = 1
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ support_enable = True
|
||||||
support_infill_rate = 20
|
support_infill_rate = 20
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_xy_distance = 0.6
|
support_xy_distance = 0.6
|
||||||
support_z_distance = 0.45
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 1
|
wall_thickness = 1
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ support_enable = True
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_xy_distance = 0.6
|
support_xy_distance = 0.6
|
||||||
support_z_distance = 0.45
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 0.75
|
top_bottom_thickness = 0.75
|
||||||
wall_thickness = 1.06
|
wall_thickness = 1.06
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ support_enable = True
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_xy_distance = 0.6
|
support_xy_distance = 0.6
|
||||||
support_z_distance = 0.45
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 0.75
|
top_bottom_thickness = 0.75
|
||||||
wall_thickness = 1.06
|
wall_thickness = 1.06
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_top_distance = 0.55
|
support_top_distance = 0.55
|
||||||
support_xy_distance = 0.7
|
support_xy_distance = 0.7
|
||||||
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 1.2
|
wall_thickness = 1.2
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ support_enable = True
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_xy_distance = 0.7
|
support_xy_distance = 0.7
|
||||||
support_z_distance = 0.55
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 1.2
|
wall_thickness = 1.2
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_top_distance = 0.5
|
support_top_distance = 0.5
|
||||||
support_xy_distance = 0.75
|
support_xy_distance = 0.75
|
||||||
support_z_distance = 0.5
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 2.4
|
wall_thickness = 2.4
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ support_infill_rate = 25
|
||||||
support_pattern = lines
|
support_pattern = lines
|
||||||
support_top_distance = 0.5
|
support_top_distance = 0.5
|
||||||
support_xy_distance = 0.75
|
support_xy_distance = 0.75
|
||||||
support_z_distance = 0.5
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 2.4
|
wall_thickness = 2.4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue