Update PVA profiles

These updates bring different speeds for support-top vs. support-bottom, and changes the bottom pattern now that they are separately configurable. I also sorted the BB0.8 variant alphabetically (raft settings were out of place).
This commit is contained in:
Ghostkeeper 2017-05-15 17:11:22 +02:00
parent e40f60a52b
commit 2fb73cccb2
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
6 changed files with 25 additions and 25 deletions

View file

@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
setting_version = 1
[values]
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
acceleration_support_infill = =acceleration_support
jerk_support = =math.ceil(jerk_print * 5 / 25)
jerk_support_infill = =jerk_support
material_print_temperature = =default_material_print_temperature + 10
material_standby_temperature = 100
skin_overlap = 20
@ -24,4 +20,3 @@ speed_support_interface = =math.ceil(speed_support * 20 / 25)
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
support_xy_distance = =round(line_width * 1.5, 2)

View file

@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
setting_version = 1
[values]
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
acceleration_support_infill = =acceleration_support
jerk_support = =math.ceil(jerk_print * 5 / 25)
jerk_support_infill = =jerk_support
material_print_temperature = =default_material_print_temperature + 5
material_standby_temperature = 100
skin_overlap = 15

View file

@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
setting_version = 1
[values]
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
acceleration_support_infill = =acceleration_support
jerk_support = =math.ceil(jerk_print * 5 / 25)
jerk_support_infill = =jerk_support
support_infill_rate = 25
support_interface_height = 0.8
material_standby_temperature = 100
@ -23,4 +19,3 @@ speed_support_interface = =math.ceil(speed_support * 20 / 25)
jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 )
support_xy_distance = =round(line_width * 1.5, 2)

View file

@ -11,10 +11,6 @@ material = generic_pva_ultimaker3_BB_0.4
setting_version = 1
[values]
acceleration_support = =math.ceil(acceleration_print * 500 / 4000)
acceleration_support_infill = =acceleration_support
jerk_support = =math.ceil(jerk_print * 5 / 25)
jerk_support_infill = =jerk_support
support_infill_rate = 25
support_interface_height = 0.8
material_standby_temperature = 100