mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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
6 changed files with 3 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -18,5 +18,4 @@ material_standby_temperature = 100
|
|||
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)
|
||||
speed_support_interface = =math.ceil(speed_support * 20 / 25)
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue