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
speed_support_interface = =math.ceil(speed_support * 20 / 25)
support_interface_height = 0.8
support_xy_distance = =round(line_width * 1.5, 2)

View file

@ -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)

View file

@ -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)

View file

@ -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)