diff --git a/resources/definitions/ultimaker_method_base.def.json b/resources/definitions/ultimaker_method_base.def.json index 459ba6f0a0..b710aa19e1 100644 --- a/resources/definitions/ultimaker_method_base.def.json +++ b/resources/definitions/ultimaker_method_base.def.json @@ -317,7 +317,7 @@ "machine_nozzle_cool_down_speed": { "value": 0.8 }, "machine_nozzle_heat_up_speed": { "value": 3.5 }, "machine_scale_fan_speed_zero_to_one": { "value": true }, - "machine_start_gcode": { "default_value": "" }, + "machine_start_gcode": { "default_value": "G0 Z20" }, "material_bed_temperature": { "enabled": "machine_heated_bed" }, "material_flow": { "value": 100 }, "material_initial_print_temperature": { "value": "material_print_temperature-10" }, @@ -392,8 +392,6 @@ "speed_wall_0": { "value": "speed_wall * 30/40" }, "speed_wall_x": { "value": "speed_wall" }, "support_angle": { "value": 40 }, - "support_bottom_distance": { "value": "layer_height if extruder_nr == support_extruder_nr else support_z_distance" }, - "support_bottom_enable": { "value": "False if extruder_nr == support_extruder_nr else True" }, "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" }, @@ -407,7 +405,7 @@ "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": "1 if extruder_nr == support_extruder_nr else 0.8" }, + "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_material_flow": { "value": "material_flow" }, @@ -416,11 +414,10 @@ "support_roof_height": { "value": "4*layer_height if extruder_nr == support_extruder_nr else 5*layer_height" }, "support_roof_material_flow": { "value": "material_flow" }, "support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" }, - "support_top_distance": { "value": 0.25 }, "support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" }, - "support_xy_distance": { "value": "0.3 if extruder_nr == support_infill_extruder_nr else 0.2" }, - "support_xy_distance_overhang": { "value": "0.3 if extruder_nr == support_infill_extruder_nr else 0.2" }, - "support_z_distance": { "value": 0 }, + "support_xy_distance": { "value": 0.2 }, + "support_xy_distance_overhang": { "value": "support_xy_distance" }, + "support_z_distance": { "value": "0" }, "switch_extruder_retraction_amount": { "value": 0.5 }, "switch_extruder_retraction_speeds": { "value": "retraction_speed" }, "top_bottom_thickness": { "value": "5*layer_height" }, diff --git a/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg index 18528b8b6a..8d66532574 100644 --- a/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_1a_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg index 389edf7dea..1a4904d5fb 100644 --- a/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_1c_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg index 12185cf3b4..0914456ebc 100644 --- a/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_1c_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 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 56cf644ab8..85703594c8 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 @@ -54,11 +54,11 @@ support_conical_min_width = 20 support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 +support_interface_offset = 1 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 support_roof_line_width = 0.25 -support_xy_distance = 0.2 switch_extruder_extra_prime_amount = 1 switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_speeds = 3 diff --git a/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg index 5914ed2631..75c096fd74 100644 --- a/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_labs_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg index 666f4037f9..8e29548abf 100644 --- a/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_method/um_method_labs_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodx/um_methodx_1a_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1a_um-pla-175_0.2mm.inst.cfg index 8817b78038..0954cd9362 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1a_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1a_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodx/um_methodx_1c_um-abscf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1c_um-abscf-175_0.2mm.inst.cfg index e7bb6d04a9..9698b8c82e 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1c_um-abscf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1c_um-abscf-175_0.2mm.inst.cfg @@ -38,6 +38,7 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 52 support_bottom_density = 24 +support_bottom_distance = =layer_height support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 diff --git a/resources/quality/ultimaker_methodx/um_methodx_1c_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1c_um-absr-175_0.2mm.inst.cfg index cc3751d89f..8f8daf3c22 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1c_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1c_um-absr-175_0.2mm.inst.cfg @@ -40,6 +40,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodx/um_methodx_1c_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1c_um-asa-175_0.2mm.inst.cfg index 40f28e2fc9..f828dfcfb2 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1c_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1c_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodx/um_methodx_1c_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1c_um-nylon12-cf-175_0.2mm.inst.cfg index fb7b2f6407..229b4ced76 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1c_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1c_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_methodx/um_methodx_1c_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1c_um-pla-175_0.2mm.inst.cfg index b0dc73ec3d..cd94a847a3 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1c_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1c_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodx/um_methodx_1xa_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1xa_um-absr-175_0.2mm.inst.cfg index 704ef9b20a..f524e74483 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1xa_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1xa_um-absr-175_0.2mm.inst.cfg @@ -40,6 +40,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodx/um_methodx_1xa_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_1xa_um-asa-175_0.2mm.inst.cfg index c0e986cc63..5ed60f58a8 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_1xa_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_1xa_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] 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 b9ae42fd5b..4b44527550 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 @@ -54,11 +54,11 @@ support_conical_min_width = 20 support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 +support_interface_offset = 1 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 support_roof_line_width = 0.25 -support_xy_distance = 0.2 switch_extruder_extra_prime_amount = 1 switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_speeds = 3 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 1c61761d5c..88839b2abb 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 @@ -31,7 +31,7 @@ support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False +support_interface_offset = 1 support_roof_line_width = 0.25 -support_xy_distance = 0.2 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 0ae75f38d3..0d1db2c991 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 @@ -35,5 +35,5 @@ support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False -support_xy_distance = 0.2 +support_interface_offset = 1 diff --git a/resources/quality/ultimaker_methodx/um_methodx_labs_um-abscf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_labs_um-abscf-175_0.2mm.inst.cfg index 0d76434071..95ab31907d 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_labs_um-abscf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_labs_um-abscf-175_0.2mm.inst.cfg @@ -38,6 +38,7 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 52 support_bottom_density = 24 +support_bottom_distance = =layer_height support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 diff --git a/resources/quality/ultimaker_methodx/um_methodx_labs_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_labs_um-absr-175_0.2mm.inst.cfg index af811e9b8c..c85f3c38c3 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_labs_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_labs_um-absr-175_0.2mm.inst.cfg @@ -40,6 +40,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodx/um_methodx_labs_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_labs_um-asa-175_0.2mm.inst.cfg index 02a32fa36f..16c9d10c6b 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_labs_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_labs_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodx/um_methodx_labs_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_labs_um-nylon12-cf-175_0.2mm.inst.cfg index 2bac359e87..af1498f39a 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_labs_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_labs_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_methodx/um_methodx_labs_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodx/um_methodx_labs_um-pla-175_0.2mm.inst.cfg index 3af5ca8d5a..d4e56ee166 100644 --- a/resources/quality/ultimaker_methodx/um_methodx_labs_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodx/um_methodx_labs_um-pla-175_0.2mm.inst.cfg @@ -51,6 +51,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1a_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1a_um-pla-175_0.2mm.inst.cfg index 944d710db9..d4c3f1fad2 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1a_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1a_um-pla-175_0.2mm.inst.cfg @@ -49,6 +49,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-abscf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-abscf-175_0.2mm.inst.cfg index 8c6f9160fb..9be523cfec 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-abscf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-abscf-175_0.2mm.inst.cfg @@ -40,6 +40,7 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 52 support_bottom_density = 24 +support_bottom_distance = =layer_height support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-absr-175_0.2mm.inst.cfg index 06f22aae72..cf226b8a13 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-absr-175_0.2mm.inst.cfg @@ -39,6 +39,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-asa-175_0.2mm.inst.cfg index 3a56746b55..d5291b5b14 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-nylon12-cf-175_0.2mm.inst.cfg index 185ba248c3..250a0d64db 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-pla-175_0.2mm.inst.cfg index 8b5f63db98..5e2b40209c 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1c_um-pla-175_0.2mm.inst.cfg @@ -49,6 +49,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-absr-175_0.2mm.inst.cfg index 99bb36f5ce..0ddd9dc576 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-absr-175_0.2mm.inst.cfg @@ -39,6 +39,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-asa-175_0.2mm.inst.cfg index ab299f64aa..1a79318ac2 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_1xa_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] 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 f2f797f010..798a449be1 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 @@ -54,11 +54,11 @@ support_conical_min_width = 20 support_fan_enable = False support_infill_density_multiplier_initial_layer = 2 support_infill_rate = 12 +support_interface_offset = 1 support_pattern = grid support_roof_density = 95 support_roof_height = =layer_height*8 support_roof_line_width = 0.25 -support_xy_distance = 0.2 switch_extruder_extra_prime_amount = 1 switch_extruder_retraction_amount = 2.5 switch_extruder_retraction_speeds = 3 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 76c7d7b4f3..a730b59c41 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 @@ -31,7 +31,7 @@ support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False +support_interface_offset = 1 support_roof_line_width = 0.25 -support_xy_distance = 0.2 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 8791fa37e1..6417974c8d 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 @@ -35,5 +35,5 @@ support_conical_angle = 20 support_conical_enabled = True support_conical_min_width = 20 support_fan_enable = False -support_xy_distance = 0.2 +support_interface_offset = 1 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-abscf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-abscf-175_0.2mm.inst.cfg index f37cc65f31..4a22ed8097 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-abscf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-abscf-175_0.2mm.inst.cfg @@ -40,6 +40,7 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 52 support_bottom_density = 24 +support_bottom_distance = =layer_height support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-absr-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-absr-175_0.2mm.inst.cfg index e5f74a67cd..d35aa5dfc2 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-absr-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-absr-175_0.2mm.inst.cfg @@ -39,6 +39,8 @@ speed_wall = 25 speed_wall_0 = 20 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-asa-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-asa-175_0.2mm.inst.cfg index 0dbe4410df..081edf2377 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-asa-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-asa-175_0.2mm.inst.cfg @@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6 speed_wall_x = =speed_wall support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135] diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-nylon12-cf-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-nylon12-cf-175_0.2mm.inst.cfg index ffc67dc4e8..77df45d601 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-nylon12-cf-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-nylon12-cf-175_0.2mm.inst.cfg @@ -31,11 +31,14 @@ speed_wall_0 = 45 speed_wall_x = 65 support_angle = 50 support_bottom_density = 24 +support_bottom_distance = =layer_height +support_bottom_enable = False support_bottom_line_width = 0.6 support_bottom_stair_step_height = 0 support_infill_rate = 12.0 support_line_width = =line_width * 0.75 support_roof_density = 85 support_use_towers = True +support_xy_distance = 0.3 support_z_distance = 0.25 diff --git a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-pla-175_0.2mm.inst.cfg b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-pla-175_0.2mm.inst.cfg index 9e176b9d1b..52b9b334a5 100644 --- a/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-pla-175_0.2mm.inst.cfg +++ b/resources/quality/ultimaker_methodxl/um_methodxl_labs_um-pla-175_0.2mm.inst.cfg @@ -49,6 +49,8 @@ speed_wall = =speed_print / 6 speed_wall_0 = =speed_wall speed_wall_x = =speed_wall support_angle = 50.0 +support_bottom_distance = =layer_height +support_bottom_enable = False support_infill_angles = [45 ] support_infill_rate = 12 support_interface_density = 83