diff --git a/resources/definitions/ultimaker_method_base.def.json b/resources/definitions/ultimaker_method_base.def.json index b710aa19e1..b37e8c8f2f 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -365,7 +365,7 @@ "retraction_hop": { "value": 0.4 }, "retraction_hop_enabled": { "value": true }, "retraction_hop_only_when_collides": { "value": false }, - "retraction_min_travel": { "value": "0.6 if extruder_nr == support_extruder_nr else 5" }, + "retraction_min_travel": { "value": "0.6" }, "retraction_prime_speed": { "value": "retraction_speed" }, "retraction_speed": { "value": 5 }, "roofing_layer_count": { "value": 2 }, @@ -394,24 +394,23 @@ "support_angle": { "value": 40 }, "support_bottom_height": { "value": "2*support_infill_sparse_thickness" }, "support_bottom_material_flow": { "value": "material_flow" }, - "support_bottom_wall_count": { "value": "0 if extruder_nr == support_extruder_nr else support_wall_count" }, + "support_bottom_wall_count": { "value": "0" }, "support_brim_enable": { "value": false }, "support_conical_min_width": { "value": 10 }, "support_enable": { "value": true }, "support_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" }, - "support_fan_enable": { "value": "true if extruder_nr == support_extruder_nr else false" }, + "support_fan_enable": { "value": "True" }, "support_infill_rate": { "value": 20.0 }, "support_infill_sparse_thickness": { "value": "layer_height" }, "support_interface_enable": { "value": true }, "support_interface_height": { "value": "4*support_infill_sparse_thickness" }, "support_interface_material_flow": { "value": "material_flow" }, - "support_interface_offset": { "value": "0.8" }, "support_interface_pattern": { "value": "'lines'" }, - "support_interface_wall_count": { "value": "1 if extruder_nr == support_extruder_nr else 2" }, + "support_interface_wall_count": { "value": "1" }, "support_material_flow": { "value": "material_flow" }, - "support_offset": { "value": "1.8 if extruder_nr == support_extruder_nr else 0.8" }, + "support_offset": { "value": "1.8" }, "support_pattern": { "value": "'lines'" }, - "support_roof_height": { "value": "4*layer_height if extruder_nr == support_extruder_nr else 5*layer_height" }, + "support_roof_height": { "value": "4*layer_height" }, "support_roof_material_flow": { "value": "material_flow" }, "support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" }, "support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" }, diff --git a/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg index 85703594c8..03a71242ff 100644 --- a/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_2a_um-pva-175_0.2mm.inst.cfg @@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44 raft_surface_speed = 20 raft_surface_thickness = 0.27 raft_surface_z_offset = -0.075 +retraction_min_travel = 5 retraction_speed = 1.75 speed_layer_0 = 10 speed_prime_tower = 10 @@ -48,6 +49,7 @@ speed_wall_x = =speed_print support_angle = 50 support_bottom_density = 99 support_bottom_line_width = 1.2 +support_bottom_wall_count = =support_wall_count support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 @@ -55,6 +57,8 @@ support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 1.8 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 diff --git a/resources/quality/ultimaker_methodx/um_methodx_2a_um-pva-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_2a_um-pva-175_0.2mm.inst.cfg index 4b44527550..2757fabc84 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_2a_um-pva-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_2a_um-pva-175_0.2mm.inst.cfg @@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44 raft_surface_speed = 20 raft_surface_thickness = 0.27 raft_surface_z_offset = -0.075 +retraction_min_travel = 5 retraction_speed = 1.75 speed_layer_0 = 10 speed_prime_tower = 10 @@ -48,6 +49,7 @@ speed_wall_x = =speed_print support_angle = 50 support_bottom_density = 99 support_bottom_line_width = 1.2 +support_bottom_wall_count = =support_wall_count support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 @@ -55,6 +57,8 @@ support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 1.8 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 diff --git a/resources/quality/ultimaker_methodx/um_methodx_2xa_um-rapidrinse-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_2xa_um-rapidrinse-175_0.2mm.inst.cfg index 88839b2abb..07d5cb2ca6 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_2xa_um-rapidrinse-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_2xa_um-rapidrinse-175_0.2mm.inst.cfg @@ -17,6 +17,7 @@ cool_fan_enabled = False cool_min_temperature = =material_print_temperature raft_airgap = 0.0 retract_at_layer_change = True +retraction_min_travel = 5 speed_prime_tower = 25.0 speed_print = 50 speed_roofing = =speed_print @@ -32,6 +33,9 @@ support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 1.8 +support_roof_height = =5*layer_height support_roof_line_width = 0.25 support_xy_distance_overhang = 0.15 diff --git a/resources/quality/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm.inst.cfg index 0d1db2c991..43c336e841 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_2xa_um-sr30-175_0.2mm.inst.cfg @@ -21,6 +21,7 @@ raft_interface_speed = 70 raft_surface_speed = 90 retract_at_layer_change = True retraction_amount = 0.5 +retraction_min_travel = 5 speed_prime_tower = 25.0 speed_print = 50 speed_roofing = =speed_print @@ -36,4 +37,7 @@ support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 0.8 +support_roof_height = =5*layer_height diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_2a_um-pva-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_2a_um-pva-175_0.2mm.inst.cfg index 798a449be1..1f0ba7d0ba 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_2a_um-pva-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_2a_um-pva-175_0.2mm.inst.cfg @@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44 raft_surface_speed = 20 raft_surface_thickness = 0.27 raft_surface_z_offset = -0.075 +retraction_min_travel = 5 retraction_speed = 1.75 speed_layer_0 = 10 speed_prime_tower = 10 @@ -48,6 +49,7 @@ speed_wall_x = =speed_print support_angle = 50 support_bottom_density = 99 support_bottom_line_width = 1.2 +support_bottom_wall_count = =support_wall_count support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 @@ -55,6 +57,8 @@ support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 1.8 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-rapidrinse-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-rapidrinse-175_0.2mm.inst.cfg index a730b59c41..cc07952868 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-rapidrinse-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-rapidrinse-175_0.2mm.inst.cfg @@ -17,6 +17,7 @@ cool_fan_enabled = False cool_min_temperature = =material_print_temperature raft_airgap = 0.0 retract_at_layer_change = True +retraction_min_travel = 5 speed_prime_tower = 25.0 speed_print = 50 speed_roofing = =speed_print @@ -32,6 +33,9 @@ support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 1.8 +support_roof_height = =5*layer_height support_roof_line_width = 0.25 support_xy_distance_overhang = 0.15 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm.inst.cfg index 6417974c8d..9eae84bc75 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_2xa_um-sr30-175_0.2mm.inst.cfg @@ -21,6 +21,7 @@ raft_interface_speed = 70 raft_surface_speed = 90 retract_at_layer_change = True retraction_amount = 0.5 +retraction_min_travel = 5 speed_prime_tower = 25.0 speed_print = 50 speed_roofing = =speed_print @@ -36,4 +37,7 @@ support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False support_interface_offset = 1 +support_interface_wall_count = 2 +support_offset = 0.8 +support_roof_height = =5*layer_height