diff --git a/resources/definitions/zyyx_pro_ii.def.json b/resources/definitions/zyyx_pro_ii.def.json deleted file mode 100644 index 892f3042b0b..00000000000 --- a/resources/definitions/zyyx_pro_ii.def.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "version": 2, - "name": "ZYYX Pro II", - "inherits": "fdmprinter", - "metadata": - { - "visible": true, - "author": "ZYYX Labs AB", - "manufacturer": "ZYYX Labs AB", - "file_formats": "text/x-gcode", - "platform": "zyyx_pro_platform.stl", - "has_machine_quality": true, - "has_materials": true, - "has_variants": true, - "machine": "zyyx_pro_ii", - "machine_extruder_trains": { "0": "zyyx_pro_ii_extruder" }, - "machine_x3g_variant": "z", - "preferred_material": "zyyx_pla", - "preferred_quality_type": "normal", - "preferred_variant_name": "Carbon0.4", - "quality_definition": "zyyx_pro_ii", - "setting_version": 3, - "variants_name": "SwiftTool24" - }, - "overrides": - { - "gantry_height": { "value": "10" }, - "infill_overlap": { "value": "12 if infill_sparse_density < 95 and infill_pattern != 'concentric' else 0" }, - "machine_center_is_zero": { "default_value": true }, - "machine_depth": { "default_value": 235 }, - "machine_disallowed_areas": - { - "default_value": [ - [ - [-58, 117.5], - [-58, 108], - [-50, 108], - [-50, 117.5] - ], - [ - [119, 117.5], - [119, 108], - [140, 108], - [140, 117.5] - ], - [ - [-58, -117.5], - [-58, -108], - [-50, -108], - [-50, -117.5] - ], - [ - [119, -117.5], - [119, -108], - [140, -108], - [140, -117.5] - ] - ] - }, - "machine_end_gcode": { "default_value": "; ZYYX 3D Printer end gcode\nM73 P100 ; end build progress\nG0 Z195 F1000 ; send Z axis to bottom of machine\nM104 S0 T0 ; cool down extruder\nM127 ; stop blower fan\nG162 X Y F3000 ; home XY maximum\nM18 ; disable stepper\nM70 P5 (ZYYX Print Finished!)\nM72 P1 ; play Ta-Da song\n" }, - "machine_gcode_flavor": { "default_value": "Makerbot" }, - "machine_head_with_fans_polygon": - { - "default_value": [ - [-37, 50], - [25, 50], - [25, -40], - [-37, -40] - ] - }, - "machine_heated_bed": { "default_value": true }, - "machine_height": { "default_value": 210 }, - "machine_name": { "default_value": "ZYYX Pro II" }, - "machine_start_gcode": { "default_value": ";start of ZYYX Pro II startcode\n M73 P0; enable build progress\n G21; set units to mm\n G90; set positioning to absolute\n G130 X80 Y80 A127 B127 ; Set Stepper Vref to default value\n G162 X Y F3000; home XY axes maximum\n G161 Z F450\n G161 Z F450; home Z axis minimum\n G92 X0 Y0 Z0 E0\n G1 X0 Y0 Z20 F3000\n G1 X-120 Y-110 Z10 F3000\n G130 X0 Y0 Z3 A0 B0 ; Set Stepper Vref to low value\n M420 P10; set back fan speed 10 off 11-20 10-100%\n M140 S10 T0; set 100% heater power\n M140 S99 T0; set chamber heater negative hysteresis 19 degrees\n M140 S110 T0; set chamber heater positive hysteresis 10 degrees\n M140 S{material_bed_temperature_layer_0} T0; set chamber temperature\n M104 S100 T0; set extruder temp 100 while heating\n M134 T0; wait for heated chamber temperature\n M420 P13; set fan speed 10 off 11-20 10-100%\n G130 X80 Y80 Z64 A127 B127 ; Set Stepper Vref to default value\n ; Perform probing of build plate\n G162 X Y F3000; home XY axes maximum\n G161 Z F450\n G161 Z F450; home Z axis minimum\n G92 X0 Y0 Z0 E0\n G1 X0 Y0 Z5 F200\n G161 Z F200; home Z axis minimum again\n G92 X0 Y0 Z0 E0\n M131 A; store surface calibration point 1\n G1 X0 Y0 Z5 F200\n G1 X-182 Y0 Z5 F3000; move to 2nd probing point\n G161 Z F200\n M131 B; store surface calibration point 2\n G92 X-182 Y0 Z0 E0\n G1 X-182 Y0 Z5 F200\n G1 X0 Y0 Z5 F3000; move to home point\n G161 Z F200; home Z axis minimum again\n G92 X0 Y0 Z0 E0; set reference again\n G1 X0 Y0 Z5 F200; clear Z\n G1 X0 Y-228 Z5 F3000; move to 3rd calibration point\n G161 Z F200\n M131 AB; store surface calibration point 3\n M132 AB; activate auto leveling\n G92 X0 Y-228 Z0 E0\n G1 X0 Y-228 Z5 F200\n G162 X Y F3000\n G161 Z F200\n G92 X135 Y115 Z0 E0\n M132 Z; Recall stored home offset for Z axis\n G1 X135 Y115 Z5 F450; clear nozzle from hole\n G1 X0 Y115 Z5 F3000; clear nozzle from hole\n ; end of ZYYX pro build plate calibration\n M127; turn off fan\n M104 S{material_print_temperature_layer_0} T0\n M133 T0 ; stabilize extruder temperature\n ;SET_ZXPARAM\n ;SET_SUPPORT_BUMPMAP\n G92 E0 ; Set E to 0\n ; end of ZYYX Pro II start code" }, - "machine_steps_per_mm_e": { "default_value": 415 }, - "machine_steps_per_mm_x": { "default_value": 88.888889 }, - "machine_steps_per_mm_y": { "default_value": 88.888889 }, - "machine_steps_per_mm_z": { "default_value": 400 }, - "machine_width": { "default_value": 285 }, - "material_diameter": { "default_value": 1.75 } - } -} \ No newline at end of file diff --git a/resources/extruders/zyyx_pro_ii_extruder.def.json b/resources/extruders/zyyx_pro_ii_extruder.def.json deleted file mode 100644 index ebda1a6fc12..00000000000 --- a/resources/extruders/zyyx_pro_ii_extruder.def.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "name": "Extruder 1", - "inherits": "fdmextruder", - "metadata": - { - "machine": "zyyx_pro_ii", - "position": "0" - }, - "overrides": - { - "extruder_nr": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 } - } -} \ No newline at end of file diff --git a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fast.inst.cfg deleted file mode 100644 index 4319f179bba..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fast.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -material = generic_pla -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fine.inst.cfg deleted file mode 100644 index 1fe4ffd7c8f..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_fine.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -material = generic_pla -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_normal.inst.cfg deleted file mode 100644 index 90c4254961f..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/flex/zyyx_pro_ii_04_flex_normal.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fast.inst.cfg deleted file mode 100644 index 6732d610c66..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fast.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -material = generic_pla -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.3 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fine.inst.cfg deleted file mode 100644 index db1659b871b..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_fine.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -material = generic_pla -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.15 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 30 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_normal.inst.cfg deleted file mode 100644 index 3817e040fcb..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/pla/zyyx_pro_ii_04_pla_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fast.inst.cfg deleted file mode 100644 index 847ac209e4d..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fast.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -global_quality = True -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.3 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fine.inst.cfg deleted file mode 100644 index 508e8808175..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_fine.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -global_quality = True -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.15 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 30 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_normal.inst.cfg deleted file mode 100644 index d7b01a7ae61..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon04/zyyx_pro_ii_04_global_normal.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -global_quality = True -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.4 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fast.inst.cfg deleted file mode 100644 index e01028beaa6..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fast.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -material = generic_pla -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fine.inst.cfg deleted file mode 100644 index 7204aad8829..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_fine.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -material = generic_pla -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_normal.inst.cfg deleted file mode 100644 index f5df71563f1..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/flex/zyyx_pro_ii_06_flex_normal.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fast.inst.cfg deleted file mode 100644 index 824655ffad8..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fast.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -material = generic_pla -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.3 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 70 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fine.inst.cfg deleted file mode 100644 index 63beda8df72..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_fine.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -material = generic_pla -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.15 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 30 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 50 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_normal.inst.cfg deleted file mode 100644 index 2637e3b7fbe..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/pla/zyyx_pro_ii_06_pla_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fast.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fast.inst.cfg deleted file mode 100644 index 5ffa680b49d..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fast.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fast -version = 4 - -[metadata] -global_quality = True -quality_type = fast -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.3 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 70 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fine.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fine.inst.cfg deleted file mode 100644 index f1efe4cde49..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_fine.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Fine -version = 4 - -[metadata] -global_quality = True -quality_type = fine -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.15 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 30 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 50 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_normal.inst.cfg deleted file mode 100644 index 22c0edf5961..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon06/zyyx_pro_ii_06_global_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -global_quality = True -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon0.6 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon12/flex/zyyx_pro_ii_12_flex_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon12/flex/zyyx_pro_ii_12_flex_normal.inst.cfg deleted file mode 100644 index 60dc7a557c0..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon12/flex/zyyx_pro_ii_12_flex_normal.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon1.2 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/carbon12/pla/zyyx_pro_ii_12_pla_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon12/pla/zyyx_pro_ii_12_pla_normal.inst.cfg deleted file mode 100644 index 9ef2fd5f7e5..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon12/pla/zyyx_pro_ii_12_pla_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon1.2 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.4 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/carbon12/zyyx_pro_ii_12_global_normal.inst.cfg b/resources/quality/zyyx_pro_ii/carbon12/zyyx_pro_ii_12_global_normal.inst.cfg deleted file mode 100644 index 36d23c001ad..00000000000 --- a/resources/quality/zyyx_pro_ii/carbon12/zyyx_pro_ii_12_global_normal.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -global_quality = True -quality_type = normal -setting_version = 24 -type = quality -variant = Carbon1.2 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.4 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.2 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/multi02/flex/zyyx_pro_ii_02_flex_normal.inst.cfg b/resources/quality/zyyx_pro_ii/multi02/flex/zyyx_pro_ii_02_flex_normal.inst.cfg deleted file mode 100644 index 6641abe078e..00000000000 --- a/resources/quality/zyyx_pro_ii/multi02/flex/zyyx_pro_ii_02_flex_normal.inst.cfg +++ /dev/null @@ -1,21 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Multi0.2 -weight = 0 - -[values] -material_print_temperature_layer_0 = =material_print_temperature + 5 -retraction_hop = 0.2 -retraction_hop_enabled = True -retraction_speed = 15 -speed_print = 20 -speed_travel = 80 - diff --git a/resources/quality/zyyx_pro_ii/multi02/pla/zyyx_pro_ii_02_pla_normal.inst.cfg b/resources/quality/zyyx_pro_ii/multi02/pla/zyyx_pro_ii_02_pla_normal.inst.cfg deleted file mode 100644 index 7d22f046498..00000000000 --- a/resources/quality/zyyx_pro_ii/multi02/pla/zyyx_pro_ii_02_pla_normal.inst.cfg +++ /dev/null @@ -1,42 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -material = generic_pla -quality_type = normal -setting_version = 24 -type = quality -variant = Multi0.2 -weight = 0 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_bed_temperature = 35 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -material_print_temperature_layer_0 = 235 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/quality/zyyx_pro_ii/multi02/zyyx_pro_ii_02_global_normal.inst.cfg b/resources/quality/zyyx_pro_ii/multi02/zyyx_pro_ii_02_global_normal.inst.cfg deleted file mode 100644 index 84027310fa2..00000000000 --- a/resources/quality/zyyx_pro_ii/multi02/zyyx_pro_ii_02_global_normal.inst.cfg +++ /dev/null @@ -1,40 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Normal -version = 4 - -[metadata] -global_quality = True -quality_type = normal -setting_version = 24 -type = quality -variant = Multi0.2 -weight = -2 - -[values] -adhesion_type = skirt -brim_width = 7 -infill_overlap = -2 -infill_pattern = quarter_cubic -layer_height = 0.2 -material_flow = 420.0 -material_flow_layer_0 = 150.0 -retraction_amount = 1.5 -retraction_count_max = 25 -retraction_min_travel = =line_width * 2 -retraction_prime_speed = =retraction_speed -retraction_speed = 20 -skin_overlap = 15 -skirt_line_count = 2 -speed_print = 40 -speed_topbottom = =math.ceil(speed_print * 30 / 70) -speed_wall = =math.ceil(speed_print * 30 / 70) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -top_bottom_thickness = =layer_height*3 -wall_thickness = =line_width *2 - diff --git a/resources/variants/zyyx/zyyx_pro_ii_carbon0.4.inst.cfg b/resources/variants/zyyx/zyyx_pro_ii_carbon0.4.inst.cfg deleted file mode 100644 index ac231a5cfb6..00000000000 --- a/resources/variants/zyyx/zyyx_pro_ii_carbon0.4.inst.cfg +++ /dev/null @@ -1,16 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Carbon0.4 -version = 4 - -[metadata] -hardware_type = nozzle -setting_version = 24 -type = variant - -[values] -machine_nozzle_cool_down_speed = 0.9 -machine_nozzle_id = Carbon0.4 -machine_nozzle_size = 0.4 -machine_nozzle_tip_outer_diameter = 1.6 - diff --git a/resources/variants/zyyx/zyyx_pro_ii_carbon0.6.inst.cfg b/resources/variants/zyyx/zyyx_pro_ii_carbon0.6.inst.cfg deleted file mode 100644 index 7521ae0357f..00000000000 --- a/resources/variants/zyyx/zyyx_pro_ii_carbon0.6.inst.cfg +++ /dev/null @@ -1,16 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Carbon0.6 -version = 4 - -[metadata] -hardware_type = nozzle -setting_version = 24 -type = variant - -[values] -machine_nozzle_cool_down_speed = 0.9 -machine_nozzle_id = Carbon0.6 -machine_nozzle_size = 0.6 -machine_nozzle_tip_outer_diameter = 1.8 - diff --git a/resources/variants/zyyx/zyyx_pro_ii_carbon1.2.inst.cfg b/resources/variants/zyyx/zyyx_pro_ii_carbon1.2.inst.cfg deleted file mode 100644 index 0145237bf42..00000000000 --- a/resources/variants/zyyx/zyyx_pro_ii_carbon1.2.inst.cfg +++ /dev/null @@ -1,64 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Carbon1.2 -version = 4 - -[metadata] -hardware_type = nozzle -setting_version = 24 -type = variant - -[values] -acceleration_enabled = True -acceleration_print = 4000 -brim_width = 7 -cool_fan_speed = 7 -cool_fan_speed_max = 100 -cool_min_speed = 5 -infill_before_walls = False -infill_pattern = triangles -infill_wipe_dist = 0 -jerk_enabled = True -jerk_print = 25 -jerk_topbottom = =math.ceil(jerk_print * 25 / 25) -jerk_wall = =math.ceil(jerk_print * 25 / 25) -jerk_wall_0 = =math.ceil(jerk_wall * 25 / 25) -layer_height = 0.2 -machine_min_cool_heat_time_window = 15 -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -machine_nozzle_id = Carbon1.2 -machine_nozzle_size = 1.2 -machine_nozzle_tip_outer_diameter = 2.4 -material_final_print_temperature = =material_print_temperature - 10 -material_initial_print_temperature = =material_print_temperature - 5 -material_print_temperature = 200 -material_standby_temperature = 100 -multiple_mesh_overlap = 0 -prime_tower_enable = False -prime_tower_wipe_enabled = True -retract_at_layer_change = =not magic_spiralize -retraction_amount = 6.5 -retraction_count_max = 25 -retraction_extrusion_window = 1 -retraction_hop = 2 -retraction_hop_only_when_collides = True -retraction_min_travel = =line_width * 2 -skin_overlap = 5 -speed_layer_0 = 20 -speed_print = 35 -speed_topbottom = =math.ceil(speed_print * 25 / 35) -speed_wall_0 = =math.ceil(speed_wall * 25 / 30) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_z_distance = =layer_height * 2 -switch_extruder_prime_speed = 20 -switch_extruder_retraction_amount = 16.5 -top_bottom_thickness = 1.4 -wall_0_inset = 0 -wall_line_width_0 = =wall_line_width -wall_line_width_x = =wall_line_width -wall_thickness = 2 - diff --git a/resources/variants/zyyx/zyyx_pro_ii_multi0.2.inst.cfg b/resources/variants/zyyx/zyyx_pro_ii_multi0.2.inst.cfg deleted file mode 100644 index edf7db4f98c..00000000000 --- a/resources/variants/zyyx/zyyx_pro_ii_multi0.2.inst.cfg +++ /dev/null @@ -1,49 +0,0 @@ -[general] -definition = zyyx_pro_ii -name = Multi0.2 -version = 4 - -[metadata] -hardware_type = nozzle -setting_version = 24 -type = variant - -[values] -brim_width = 7 -layer_height_0 = 0.17 -machine_nozzle_cool_down_speed = 0.85 -machine_nozzle_heat_up_speed = 1.5 -machine_nozzle_id = Multi0.2 -machine_nozzle_size = 0.2 -machine_nozzle_tip_outer_diameter = 1.0 -material_final_print_temperature = =material_print_temperature - 10 -material_initial_print_temperature = =material_print_temperature - 5 -raft_airgap = 0.3 -raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2 -raft_interface_line_spacing = =raft_interface_line_width + 0.2 -raft_interface_line_width = =line_width * 2 -raft_interface_thickness = =layer_height * 1.5 -raft_jerk = =jerk_print -raft_margin = 15 -raft_surface_layers = 2 -retraction_count_max = 25 -retraction_extrusion_window = 1 -retraction_min_travel = 0.7 -retraction_prime_speed = =retraction_speed -skin_overlap = 15 -speed_layer_0 = 20 -speed_print = 55 -speed_topbottom = 20 -speed_wall = =math.ceil(speed_print * 30 / 55) -support_angle = 60 -support_bottom_distance = =support_z_distance / 2 -support_pattern = zigzag -support_top_distance = =support_z_distance -support_use_towers = True -support_z_distance = =layer_height * 2 -switch_extruder_prime_speed = =switch_extruder_retraction_speeds -switch_extruder_retraction_amount = =machine_heat_zone_length -top_bottom_thickness = 1.2 -wall_line_width_x = 0.23 -wall_thickness = 1.3 -