diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg index 80a8173621..43bb096ebf 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Draft_Print.inst.cfg @@ -11,11 +11,8 @@ material = generic_pva_ultimaker3_BB_0.4 setting_version = 1 [values] -acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500) -jerk_support_interface = =math.ceil(jerk_support * 1 / 5) material_print_temperature = =default_material_print_temperature + 10 material_standby_temperature = 100 prime_tower_enable = False skin_overlap = 20 -speed_support_interface = =math.ceil(speed_support * 20 / 25) support_interface_height = 0.8 diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg index 97c7008b79..c78833b867 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Fast_Print.inst.cfg @@ -11,11 +11,8 @@ material = generic_pva_ultimaker3_BB_0.4 setting_version = 1 [values] -acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500) -jerk_support_interface = =math.ceil(jerk_support * 1 / 5) material_print_temperature = =default_material_print_temperature + 5 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) \ No newline at end of file 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 4f32b3d460..5bc96c8f08 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,10 +11,7 @@ material = generic_pva_ultimaker3_BB_0.4 setting_version = 1 [values] -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) support_infill_rate = 25 support_interface_height = 0.8 diff --git a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg index 87ab432269..7896b5a57a 100644 --- a/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg +++ b/resources/quality/ultimaker3/um3_bb0.4_PVA_Normal_Quality.inst.cfg @@ -11,10 +11,7 @@ material = generic_pva_ultimaker3_BB_0.4 setting_version = 1 [values] -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 support_infill_rate = 25 support_interface_height = 0.8 -prime_tower_enable = False -speed_support_interface = =math.ceil(speed_support * 20 / 25)