mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
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:
parent
9b3568acae
commit
8e3dff76ab
@ -19,4 +19,3 @@ prime_tower_enable = False
|
||||
skin_overlap = 20
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
support_interface_height = 0.8
|
||||
support_xy_distance = =round(line_width * 1.5, 2)
|
||||
|
@ -19,4 +19,3 @@ prime_tower_enable = False
|
||||
skin_overlap = 15
|
||||
support_interface_height = 0.8
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
support_xy_distance = =round(line_width * 1.5, 2)
|
@ -18,4 +18,3 @@ prime_tower_enable = False
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
support_infill_rate = 25
|
||||
support_interface_height = 0.8
|
||||
support_xy_distance = =round(line_width * 1.5, 2)
|
||||
|
@ -18,4 +18,3 @@ support_infill_rate = 25
|
||||
support_interface_height = 0.8
|
||||
prime_tower_enable = False
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
support_xy_distance = =round(line_width * 1.5, 2)
|
||||
|
@ -75,7 +75,7 @@ support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
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_z_distance = 0
|
||||
switch_extruder_prime_speed = 15
|
||||
|
@ -36,5 +36,5 @@ support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user