Change support Z offset to 2*layer_height

The materials team found this to work better.
This commit is contained in:
Ghostkeeper 2017-08-31 11:49:24 +02:00
parent 582a17c6af
commit 18a07b6eee
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
8 changed files with 8 additions and 7 deletions

View file

@ -38,7 +38,7 @@ support_enable = True
support_infill_rate = 20
support_pattern = lines
support_xy_distance = 0.6
support_z_distance = 0.45
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 1

View file

@ -38,7 +38,7 @@ support_enable = True
support_infill_rate = 20
support_pattern = lines
support_xy_distance = 0.6
support_z_distance = 0.45
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 1

View file

@ -37,7 +37,7 @@ support_enable = True
support_infill_rate = 25
support_pattern = lines
support_xy_distance = 0.6
support_z_distance = 0.45
support_z_distance = =layer_height * 2
top_bottom_thickness = 0.75
wall_thickness = 1.06

View file

@ -36,7 +36,7 @@ support_enable = True
support_infill_rate = 25
support_pattern = lines
support_xy_distance = 0.6
support_z_distance = 0.45
support_z_distance = =layer_height * 2
top_bottom_thickness = 0.75
wall_thickness = 1.06

View file

@ -42,6 +42,7 @@ support_infill_rate = 25
support_pattern = lines
support_top_distance = 0.55
support_xy_distance = 0.7
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 1.2

View file

@ -40,7 +40,7 @@ support_enable = True
support_infill_rate = 25
support_pattern = lines
support_xy_distance = 0.7
support_z_distance = 0.55
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 1.2

View file

@ -41,7 +41,7 @@ support_infill_rate = 25
support_pattern = lines
support_top_distance = 0.5
support_xy_distance = 0.75
support_z_distance = 0.5
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 2.4

View file

@ -41,7 +41,7 @@ support_infill_rate = 25
support_pattern = lines
support_top_distance = 0.5
support_xy_distance = 0.75
support_z_distance = 0.5
support_z_distance = =layer_height * 2
top_bottom_thickness = 1.2
wall_thickness = 2.4