diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg index b2abfff2e7..af5cbd432f 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_High_Quality.inst.cfg @@ -11,11 +11,11 @@ material = generic_pva_ultimaker3_BB_0.4 setting_version = 1 [values] -support_infill_rate = 25 -support_interface_height = 0.8 +acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500) +jerk_support_interface = =math.ceil(jerk_support * 1 / 5) material_standby_temperature = 100 prime_tower_enable = False 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_infill_rate = 25 +support_interface_height = 0.8 support_xy_distance = =round(line_width * 1.5, 2)