Set support X/Y distance for all PVA profiles

This is an update from the materials team for our settings.
This commit is contained in:
Ghostkeeper 2017-05-16 14:00:52 +02:00
parent 9b3568acae
commit 8e3dff76ab
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
6 changed files with 3 additions and 7 deletions

View File

@ -19,4 +19,3 @@ prime_tower_enable = False
skin_overlap = 20 skin_overlap = 20
speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_interface = =math.ceil(speed_support * 20 / 25)
support_interface_height = 0.8 support_interface_height = 0.8
support_xy_distance = =round(line_width * 1.5, 2)

View File

@ -19,4 +19,3 @@ prime_tower_enable = False
skin_overlap = 15 skin_overlap = 15
support_interface_height = 0.8 support_interface_height = 0.8
speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_interface = =math.ceil(speed_support * 20 / 25)
support_xy_distance = =round(line_width * 1.5, 2)

View File

@ -18,4 +18,3 @@ prime_tower_enable = False
speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_interface = =math.ceil(speed_support * 20 / 25)
support_infill_rate = 25 support_infill_rate = 25
support_interface_height = 0.8 support_interface_height = 0.8
support_xy_distance = =round(line_width * 1.5, 2)

View File

@ -18,4 +18,3 @@ support_infill_rate = 25
support_interface_height = 0.8 support_interface_height = 0.8
prime_tower_enable = False prime_tower_enable = False
speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_interface = =math.ceil(speed_support * 20 / 25)
support_xy_distance = =round(line_width * 1.5, 2)

View File

@ -75,7 +75,7 @@ support_line_width = =round(line_width * 0.4 / 0.35, 2)
support_offset = 1.5 support_offset = 1.5
support_pattern = triangles support_pattern = triangles
support_use_towers = False support_use_towers = False
support_xy_distance = =wall_line_width_0 / 2 support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
support_xy_distance_overhang = =wall_line_width_0 / 4 support_xy_distance_overhang = =wall_line_width_0 / 4
support_z_distance = 0 support_z_distance = 0
switch_extruder_prime_speed = 15 switch_extruder_prime_speed = 15

View File

@ -36,5 +36,5 @@ support_interface_skip_height = =layer_height
support_join_distance = 3 support_join_distance = 3
support_line_width = =round(line_width * 0.4 / 0.35, 2) support_line_width = =round(line_width * 0.4 / 0.35, 2)
support_offset = 3 support_offset = 3
support_xy_distance = =wall_line_width_0 * 3 support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
support_xy_distance_overhang = =wall_line_width_0 / 2 support_xy_distance_overhang = =wall_line_width_0 / 2