From fea965597076e7ff3b1dc90dbfcbeda93446f2da Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:06:15 -0500 Subject: [PATCH 1/9] Tronxy 2022 Update Updating all Tronxy profiles. Added new machine support, dual extrusion support for the 2E machines, and updated profiles/variants for community driven "best practices". Goes along with fdm_materials PR #191 https://github.com/Ultimaker/fdm_materials/pull/191 --- resources/definitions/tronxy_d01.def.json | 10 +--- resources/definitions/tronxy_x.def.json | 59 ++++++++----------- resources/definitions/tronxy_x5sa.def.json | 10 ++-- .../definitions/tronxy_x5sa_400.def.json | 15 ++--- .../definitions/tronxy_x5sa_500.def.json | 13 ++-- resources/definitions/tronxy_xy2.def.json | 16 ++--- resources/definitions/tronxy_xy2pro.def.json | 23 ++------ resources/definitions/tronxy_xy3.def.json | 18 ++---- .../definitions/tronxy_xy3proV2.def.json | 32 ++++++++++ .../extruders/tronxy_base_extruder_0.def.json | 5 +- .../extruders/tronxy_base_extruder_1.def.json | 19 ++++++ resources/variants/tronxy_d01_0.2.inst.cfg | 2 + resources/variants/tronxy_d01_0.3.inst.cfg | 2 + resources/variants/tronxy_d01_0.4.inst.cfg | 2 + resources/variants/tronxy_d01_0.5.inst.cfg | 2 + resources/variants/tronxy_d01_0.6.inst.cfg | 2 + resources/variants/tronxy_d01_0.8.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.2.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.3.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.4.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.5.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.6.inst.cfg | 2 + resources/variants/tronxy_x5sa_0.8.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.2.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.3.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.4.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.5.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.6.inst.cfg | 2 + .../variants/tronxy_x5sa_400_0.8.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.2.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.3.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.4.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.5.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.6.inst.cfg | 2 + .../variants/tronxy_x5sa_500_0.8.inst.cfg | 2 + resources/variants/tronxy_x_0.2.inst.cfg | 2 + resources/variants/tronxy_x_0.3.inst.cfg | 2 + resources/variants/tronxy_x_0.4.inst.cfg | 2 + resources/variants/tronxy_x_0.5.inst.cfg | 2 + resources/variants/tronxy_x_0.6.inst.cfg | 2 + resources/variants/tronxy_x_0.8.inst.cfg | 2 + resources/variants/tronxy_xy2_0.2.inst.cfg | 2 + resources/variants/tronxy_xy2_0.3.inst.cfg | 2 + resources/variants/tronxy_xy2_0.4.inst.cfg | 2 + resources/variants/tronxy_xy2_0.5.inst.cfg | 2 + resources/variants/tronxy_xy2_0.6.inst.cfg | 2 + resources/variants/tronxy_xy2_0.8.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.2.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.3.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.4.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.5.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.6.inst.cfg | 2 + resources/variants/tronxy_xy2pro_0.8.inst.cfg | 2 + resources/variants/tronxy_xy3_0.2.inst.cfg | 2 + resources/variants/tronxy_xy3_0.3.inst.cfg | 2 + resources/variants/tronxy_xy3_0.4.inst.cfg | 2 + resources/variants/tronxy_xy3_0.5.inst.cfg | 2 + resources/variants/tronxy_xy3_0.6.inst.cfg | 2 + resources/variants/tronxy_xy3_0.8.inst.cfg | 2 + .../variants/tronxy_xy3proV2_0.2.inst.cfg | 14 +++++ .../variants/tronxy_xy3proV2_0.3.inst.cfg | 14 +++++ .../variants/tronxy_xy3proV2_0.4.inst.cfg | 14 +++++ .../variants/tronxy_xy3proV2_0.5.inst.cfg | 14 +++++ .../variants/tronxy_xy3proV2_0.6.inst.cfg | 14 +++++ .../variants/tronxy_xy3proV2_0.8.inst.cfg | 14 +++++ 65 files changed, 293 insertions(+), 107 deletions(-) create mode 100644 resources/definitions/tronxy_xy3proV2.def.json create mode 100644 resources/extruders/tronxy_base_extruder_1.def.json create mode 100644 resources/variants/tronxy_xy3proV2_0.2.inst.cfg create mode 100644 resources/variants/tronxy_xy3proV2_0.3.inst.cfg create mode 100644 resources/variants/tronxy_xy3proV2_0.4.inst.cfg create mode 100644 resources/variants/tronxy_xy3proV2_0.5.inst.cfg create mode 100644 resources/variants/tronxy_xy3proV2_0.6.inst.cfg create mode 100644 resources/variants/tronxy_xy3proV2_0.8.inst.cfg diff --git a/resources/definitions/tronxy_d01.def.json b/resources/definitions/tronxy_d01.def.json index ff8badd355d..141414f85f0 100644 --- a/resources/definitions/tronxy_d01.def.json +++ b/resources/definitions/tronxy_d01.def.json @@ -5,7 +5,6 @@ "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -23,15 +22,8 @@ "gantry_height": { "value": 30 }, "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y220.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y220.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish" }, + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - "machine_max_feedrate_x": { "value": 150 }, - "machine_max_feedrate_y": { "value": 150 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 }, - "machine_max_acceleration_x": { "value": 150 }, - "machine_max_acceleration_y": { "value": 150 }, - "machine_max_acceleration_z": { "value": 150 }, - "machine_max_acceleration_e": { "value": 150 }, "machine_acceleration": { "value": 120 } } } diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index 10b020267d2..b7a0a942261 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -4,13 +4,14 @@ "inherits": "fdmprinter", "metadata": { "visible": false, - "author": "AdderMk2", + "author": "KV/AdderMk2", "manufacturer": "Tronxy", "file_formats": "text/x-gcode", "first_start_actions": ["MachineSettingsAction"], "machine_extruder_trains": { - "0": "tronxy_base_extruder_0" + "0": "tronxy_base_extruder_0", + "1": "tronxy_base_extruder_1" }, "has_materials": true, @@ -27,20 +28,6 @@ "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z15.0 F{speed_travel_layer_0}\nG0 E3 F200\nG92 E0\n" }, "machine_end_gcode": { "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 10 }, - "machine_max_feedrate_e": { "value": 50 }, - - "machine_max_acceleration_x": { "value": 120 }, - "machine_max_acceleration_y": { "value": 120 }, - "machine_max_acceleration_z": { "value": 120 }, - "machine_max_acceleration_e": { "value": 120 }, - "machine_acceleration": { "value": 100 }, - - "machine_max_jerk_xy": { "value": 20 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 }, "machine_heated_bed": { "default_value": true }, @@ -51,7 +38,7 @@ "acceleration_travel_layer_0": { "value": "acceleration_travel" }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - "jerk_print": { "value": 20 }, + "jerk_print": { "value": 12 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, @@ -60,10 +47,10 @@ "speed_print": { "value": 60.0 } , "speed_infill": { "value": "speed_print" }, - "speed_wall": { "value": "speed_print / 1.33" }, + "speed_wall": { "value": "speed_print *0.75" }, "speed_wall_0": { "value": "speed_wall" }, "speed_wall_x": { "value": "speed_wall" }, - "speed_topbottom": { "value": "speed_print / 1.5" }, + "speed_topbottom": { "value": "speed_print * 0.5" }, "speed_roofing": { "value": "speed_topbottom" }, "speed_travel": { "value": "60.0 if speed_print < 50 else 120.0 if speed_print > 80 else speed_print * 1.25" }, "speed_layer_0": { "value": 30.0 }, @@ -82,24 +69,25 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_flow": { "value": 100 }, + "material_flow": { "value": 96 }, - "z_seam_type": { "value": "'back'" }, - "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'sharpest_corner'" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, "infill_sparse_density": { "value": "20" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 56 else 'cubic'" }, "infill_before_walls": { "value": false }, "infill_overlap": { "value": 30.0 }, "skin_overlap": { "value": 10.0 }, "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_outline_gaps": { "value": false }, - "filter_out_tiny_gaps": { "value": false }, + "fill_outline_gaps": { "value": true }, + "filter_out_tiny_gaps": { "value": true }, "retraction_speed": { "maximum_value_warning": "machine_max_feedrate_e", + "default_value": 45, "maximum_value": 200 }, "retraction_retract_speed": { @@ -111,17 +99,19 @@ "maximum_value": 200 }, - "retraction_hop_enabled": { "value": "False" }, + "retraction_hop_enabled": { "value": "True" }, "retraction_hop": { "value": 0.2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, - "travel_avoid_other_parts": { "value": true }, + "travel_avoid_other_parts": { "value": false }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, "retraction_enable": { "value": true }, + "retract_at_layer_change": { "value": true }, "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 10 }, + "retraction_extrusion_window": { "value": 5 }, + "retraction_hop_enabled": { "value": true }, "retraction_min_travel": { "value": 1.5 }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, @@ -141,24 +131,27 @@ "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, "support_pattern": { "value": "'zigzag'" }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, + "support_infill_angles": { "value": [45] }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" }, "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance": { "value": "wall_line_width_0 * 3" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 1 }, + "support_wall_count": { "value": 0 }, "support_brim_enable": { "value": true }, "support_brim_width": { "value": 4 }, - "support_interface_enable": { "value": true }, + "support_interface_enable": { "value": false }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_density": { "value": 33.333 }, "support_interface_pattern": { "value": "'grid'" }, "support_interface_skip_height": { "value": 0.2 }, "minimum_support_area": { "value": 2 }, "minimum_interface_area": { "value": 10 }, + "top_bottom_pattern": {"value": "'zigzag'" }, + "top_bottom_pattern_0": {"value": "'zigzag'" }, "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_thickness": {"value": "line_width * 2" } + "wall_line_count": {"value": "3" } } } \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa.def.json b/resources/definitions/tronxy_x5sa.def.json index 0e70dd72b4a..a4ca9a510ae 100644 --- a/resources/definitions/tronxy_x5sa.def.json +++ b/resources/definitions/tronxy_x5sa.def.json @@ -1,11 +1,10 @@ { - "name": "Tronxy X5SA/X5ST/Pro", + "name": "Tronxy X5SA/X5ST/Pro/2E/D01 Plus", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,8 +20,11 @@ ] }, "gantry_height": { "value": 40 }, + "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; X5SA Pro Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y0\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" } + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + + "machine_acceleration": { "value": 150 } } } diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json index 5604b176193..d1448a3287d 100644 --- a/resources/definitions/tronxy_x5sa_400.def.json +++ b/resources/definitions/tronxy_x5sa_400.def.json @@ -1,11 +1,10 @@ { - "name": "Tronxy X5SA/X5ST/Pro 400", + "name": "Tronxy X5SA/X5ST/Pro/2E 400mm", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,13 +20,11 @@ ] }, "gantry_height": { "value": 40 }, + "retraction_amount": { "value": 6.5 }, - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y370.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y370.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish"}, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 \nG1 E-2 Z0.2 F2400 \nG1 X5 Y5 F3000\nG1 Z10\nG90\n\nG1 X0 Y0 \nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E \n" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 } + "machine_acceleration": { "value": 150 } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa_500.def.json b/resources/definitions/tronxy_x5sa_500.def.json index b68a954115b..44f8d1ba1aa 100644 --- a/resources/definitions/tronxy_x5sa_500.def.json +++ b/resources/definitions/tronxy_x5sa_500.def.json @@ -1,11 +1,10 @@ { - "name": "Tronxy X5SA/X5ST/Pro 500", + "name": "Tronxy X5SA/X5ST/Pro/2E 500mm", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,13 +20,11 @@ ] }, "gantry_height": { "value": 40 }, + "retraction_amount": { "value": 6.5 }, - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n "}, - "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 \nG1 E-2 Z0.2 F2400 \nG1 X5 Y5 F3000\nG1 Z10\nG90\n\nG1 X0 Y0 \nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E \n" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - "machine_max_feedrate_x": { "value": 150 }, - "machine_max_feedrate_y": { "value": 150 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 } + "machine_acceleration": { "value": 150 } } } diff --git a/resources/definitions/tronxy_xy2.def.json b/resources/definitions/tronxy_xy2.def.json index eaae1dbb08f..ce7966fc3b5 100644 --- a/resources/definitions/tronxy_xy2.def.json +++ b/resources/definitions/tronxy_xy2.def.json @@ -5,7 +5,6 @@ "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,18 +20,11 @@ ] }, "gantry_height": { "value": 40 }, + "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0 ;Turn-off fan\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 }, - "machine_max_acceleration_x": { "value": 150 }, - "machine_max_acceleration_y": { "value": 150 }, - "machine_max_acceleration_z": { "value": 150 }, - "machine_max_acceleration_e": { "value": 150 }, - "machine_acceleration": { "value": 80 } + "machine_acceleration": { "value": 150 } } } diff --git a/resources/definitions/tronxy_xy2pro.def.json b/resources/definitions/tronxy_xy2pro.def.json index 59e727bbb07..fb2bd70ea32 100644 --- a/resources/definitions/tronxy_xy2pro.def.json +++ b/resources/definitions/tronxy_xy2pro.def.json @@ -1,11 +1,10 @@ { - "name": "Tronxy XY-2 Pro", + "name": "Tronxy XY-2 Pro/Pro 2E/XY3 SE", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,23 +20,11 @@ ] }, "gantry_height": { "value": 40 }, + "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 }, - - "machine_max_acceleration_x": { "value": 120 }, - "machine_max_acceleration_y": { "value": 120 }, - "machine_max_acceleration_z": { "value": 120 }, - "machine_max_acceleration_e": { "value": 120 }, - "machine_acceleration": { "value": 150 }, - - "machine_max_jerk_xy": { "value": 20 }, - "machine_max_jerk_z": { "value": 0.4 }, - "machine_max_jerk_e": { "value": 5 } + "machine_acceleration": { "value": 150 } } } diff --git a/resources/definitions/tronxy_xy3.def.json b/resources/definitions/tronxy_xy3.def.json index db03c344f5f..941ca7142ff 100644 --- a/resources/definitions/tronxy_xy3.def.json +++ b/resources/definitions/tronxy_xy3.def.json @@ -1,11 +1,10 @@ { - "name": "Tronxy XY-3", + "name": "Tronxy XY-3/Pro", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, - "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -21,18 +20,11 @@ ] }, "gantry_height": { "value": 30 }, + "retraction_amount": { "value": 5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, - "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - "machine_max_feedrate_x": { "value": 100 }, - "machine_max_feedrate_y": { "value": 100 }, - "machine_max_feedrate_z": { "value": 20 }, - "machine_max_feedrate_e": { "value": 120 }, - "machine_max_acceleration_x": { "value": 150 }, - "machine_max_acceleration_y": { "value": 150 }, - "machine_max_acceleration_z": { "value": 150 }, - "machine_max_acceleration_e": { "value": 150 }, - "machine_acceleration": { "value": 80 } + "machine_acceleration": { "value": 150 } } } diff --git a/resources/definitions/tronxy_xy3proV2.def.json b/resources/definitions/tronxy_xy3proV2.def.json new file mode 100644 index 00000000000..2be9a1998e8 --- /dev/null +++ b/resources/definitions/tronxy_xy3proV2.def.json @@ -0,0 +1,32 @@ +{ + "name": "Tronxy XY-3 Pro V2", + "version": 2, + "inherits": "tronxy_x", + "metadata": { + "quality_definition": "tronxy_x", + "visible": true, + "platform": "tronxy.stl" + }, + "overrides": { + "machine_name": { "default_value": "Tronxy XY-3" }, + "machine_width": { "default_value": 310 }, + "machine_depth": { "default_value": 310 }, + "machine_height": { "default_value": 330 }, + "machine_head_with_fans_polygon": { "default_value": [ + [-30, 45], + [-30, -30], + [27, -30], + [27, 45] + ] + }, + "gantry_height": { "value": 30 }, + "retraction_amount": { "value": 0.5 }, + "retraction_speed": { "value": 45 }, + + + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, + "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + + "machine_acceleration": { "value": 150 } + } +} diff --git a/resources/extruders/tronxy_base_extruder_0.def.json b/resources/extruders/tronxy_base_extruder_0.def.json index 2d4052a0ab7..12add05969d 100644 --- a/resources/extruders/tronxy_base_extruder_0.def.json +++ b/resources/extruders/tronxy_base_extruder_0.def.json @@ -8,7 +8,10 @@ }, "overrides": { - "extruder_nr": { "default_value": 0 }, + "extruder_nr": { + "default_value": 0, + "maximum_value": "1" + }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json new file mode 100644 index 00000000000..639787f39aa --- /dev/null +++ b/resources/extruders/tronxy_base_extruder_1.def.json @@ -0,0 +1,19 @@ +{ + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": { + "machine": "tronxy_x", + "position": "0" + }, + + "overrides": { + "extruder_nr": { + "default_value": 0, + "maximum_value": "2" + }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + + } +} diff --git a/resources/variants/tronxy_d01_0.2.inst.cfg b/resources/variants/tronxy_d01_0.2.inst.cfg index b08a223384c..d1b69df89b4 100644 --- a/resources/variants/tronxy_d01_0.2.inst.cfg +++ b/resources/variants/tronxy_d01_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_d01_0.3.inst.cfg b/resources/variants/tronxy_d01_0.3.inst.cfg index 67386d2c17a..1a57e5d0d73 100644 --- a/resources/variants/tronxy_d01_0.3.inst.cfg +++ b/resources/variants/tronxy_d01_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_d01_0.4.inst.cfg b/resources/variants/tronxy_d01_0.4.inst.cfg index c9ed6d80aba..9c7b4a13984 100644 --- a/resources/variants/tronxy_d01_0.4.inst.cfg +++ b/resources/variants/tronxy_d01_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_d01_0.5.inst.cfg b/resources/variants/tronxy_d01_0.5.inst.cfg index 1bd4e3848b4..30ecfddb89e 100644 --- a/resources/variants/tronxy_d01_0.5.inst.cfg +++ b/resources/variants/tronxy_d01_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_d01_0.6.inst.cfg b/resources/variants/tronxy_d01_0.6.inst.cfg index 5465c77b16e..5cec27219d2 100644 --- a/resources/variants/tronxy_d01_0.6.inst.cfg +++ b/resources/variants/tronxy_d01_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_d01_0.8.inst.cfg b/resources/variants/tronxy_d01_0.8.inst.cfg index 40b31a6f8e4..1b2b6699aff 100644 --- a/resources/variants/tronxy_d01_0.8.inst.cfg +++ b/resources/variants/tronxy_d01_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.2.inst.cfg b/resources/variants/tronxy_x5sa_0.2.inst.cfg index 55f8695eed2..dd3de2a6aec 100644 --- a/resources/variants/tronxy_x5sa_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.3.inst.cfg b/resources/variants/tronxy_x5sa_0.3.inst.cfg index 7f9549a5d56..e4fe63257c5 100644 --- a/resources/variants/tronxy_x5sa_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.4.inst.cfg b/resources/variants/tronxy_x5sa_0.4.inst.cfg index e42f0d6c803..b133fe21fc2 100644 --- a/resources/variants/tronxy_x5sa_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.5.inst.cfg b/resources/variants/tronxy_x5sa_0.5.inst.cfg index fcb9f1ab3d1..e4895a934e4 100644 --- a/resources/variants/tronxy_x5sa_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.6.inst.cfg b/resources/variants/tronxy_x5sa_0.6.inst.cfg index e51df80cbab..0b98a970f80 100644 --- a/resources/variants/tronxy_x5sa_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_0.8.inst.cfg b/resources/variants/tronxy_x5sa_0.8.inst.cfg index fb84e48d1be..3a020e8f196 100644 --- a/resources/variants/tronxy_x5sa_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg index 7e0f7be01d1..6359923337a 100644 --- a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg index eb6f7312fad..278b13565d0 100644 --- a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg index 6e3d7e727b7..d4276e87cc8 100644 --- a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg index 788c4c08b98..a9b69fc9e98 100644 --- a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg index 0dd88679679..86fb1433a89 100644 --- a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg index e10f453c000..de8ebae08e3 100644 --- a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg index 0bba35ad2fb..284667199e2 100644 --- a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg index fefbae67fa8..4ba6315d0c0 100644 --- a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg index ae15082dbce..3d13c29e0e7 100644 --- a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg index dbb9cae9d25..6243219b327 100644 --- a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg index bb9e7389a4a..3d6482f24af 100644 --- a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg index 271f352796c..3aacec33a1b 100644 --- a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.2.inst.cfg b/resources/variants/tronxy_x_0.2.inst.cfg index 8cbcc137632..39b6254f937 100644 --- a/resources/variants/tronxy_x_0.2.inst.cfg +++ b/resources/variants/tronxy_x_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.3.inst.cfg b/resources/variants/tronxy_x_0.3.inst.cfg index 3049da49f85..7a07efea5ab 100644 --- a/resources/variants/tronxy_x_0.3.inst.cfg +++ b/resources/variants/tronxy_x_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.4.inst.cfg b/resources/variants/tronxy_x_0.4.inst.cfg index feddb1e979b..4f86994ca9a 100644 --- a/resources/variants/tronxy_x_0.4.inst.cfg +++ b/resources/variants/tronxy_x_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.5.inst.cfg b/resources/variants/tronxy_x_0.5.inst.cfg index f02fcd696a6..fcfcf044c01 100644 --- a/resources/variants/tronxy_x_0.5.inst.cfg +++ b/resources/variants/tronxy_x_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.6.inst.cfg b/resources/variants/tronxy_x_0.6.inst.cfg index 65753c83b9a..82b93615fb9 100644 --- a/resources/variants/tronxy_x_0.6.inst.cfg +++ b/resources/variants/tronxy_x_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_x_0.8.inst.cfg b/resources/variants/tronxy_x_0.8.inst.cfg index 2c6dfd07a3c..f307a0a0e8c 100644 --- a/resources/variants/tronxy_x_0.8.inst.cfg +++ b/resources/variants/tronxy_x_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.2.inst.cfg b/resources/variants/tronxy_xy2_0.2.inst.cfg index ca493a9f6a7..31d586e0e3b 100644 --- a/resources/variants/tronxy_xy2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.3.inst.cfg b/resources/variants/tronxy_xy2_0.3.inst.cfg index 64df55280bd..067972848b8 100644 --- a/resources/variants/tronxy_xy2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.4.inst.cfg b/resources/variants/tronxy_xy2_0.4.inst.cfg index 2f214b623be..1205055e2c4 100644 --- a/resources/variants/tronxy_xy2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.5.inst.cfg b/resources/variants/tronxy_xy2_0.5.inst.cfg index 9b318ae3d23..f8ca7b68ff0 100644 --- a/resources/variants/tronxy_xy2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.6.inst.cfg b/resources/variants/tronxy_xy2_0.6.inst.cfg index bdbd7c48ac6..9bf3f365a90 100644 --- a/resources/variants/tronxy_xy2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2_0.8.inst.cfg b/resources/variants/tronxy_xy2_0.8.inst.cfg index 311130c94f1..a4cae0e9259 100644 --- a/resources/variants/tronxy_xy2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2pro_0.2.inst.cfg b/resources/variants/tronxy_xy2pro_0.2.inst.cfg index 9597d7902fd..2301d166d1e 100644 --- a/resources/variants/tronxy_xy2pro_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2pro_0.3.inst.cfg b/resources/variants/tronxy_xy2pro_0.3.inst.cfg index ed3938433b3..b3b20419df5 100644 --- a/resources/variants/tronxy_xy2pro_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2pro_0.4.inst.cfg b/resources/variants/tronxy_xy2pro_0.4.inst.cfg index 215e84871e2..c450cc95df9 100644 --- a/resources/variants/tronxy_xy2pro_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.5.inst.cfg b/resources/variants/tronxy_xy2pro_0.5.inst.cfg index ce3b620d66e..d123c4856e1 100644 --- a/resources/variants/tronxy_xy2pro_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2pro_0.6.inst.cfg b/resources/variants/tronxy_xy2pro_0.6.inst.cfg index c86876db450..a8a27dd9ef2 100644 --- a/resources/variants/tronxy_xy2pro_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy2pro_0.8.inst.cfg b/resources/variants/tronxy_xy2pro_0.8.inst.cfg index b09028a6792..10cd9b080f4 100644 --- a/resources/variants/tronxy_xy2pro_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.2.inst.cfg b/resources/variants/tronxy_xy3_0.2.inst.cfg index 8892b5977af..ae3fc395aed 100644 --- a/resources/variants/tronxy_xy3_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3_0.2.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.3.inst.cfg b/resources/variants/tronxy_xy3_0.3.inst.cfg index 83d1a903546..abb921cb5d7 100644 --- a/resources/variants/tronxy_xy3_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3_0.3.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.4.inst.cfg b/resources/variants/tronxy_xy3_0.4.inst.cfg index b895a08a80d..9003eafdb99 100644 --- a/resources/variants/tronxy_xy3_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3_0.4.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.5.inst.cfg b/resources/variants/tronxy_xy3_0.5.inst.cfg index 335236a668e..86ff1914089 100644 --- a/resources/variants/tronxy_xy3_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3_0.5.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.6.inst.cfg b/resources/variants/tronxy_xy3_0.6.inst.cfg index 8569852dfa5..3796d52e783 100644 --- a/resources/variants/tronxy_xy3_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3_0.6.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3_0.8.inst.cfg b/resources/variants/tronxy_xy3_0.8.inst.cfg index cb087394c29..74674b5809a 100644 --- a/resources/variants/tronxy_xy3_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3_0.8.inst.cfg @@ -10,3 +10,5 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg new file mode 100644 index 00000000000..0ccda6bfd56 --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg new file mode 100644 index 00000000000..674549c6fa0 --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg new file mode 100644 index 00000000000..7a9b15c2f19 --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg new file mode 100644 index 00000000000..d618f01e350 --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg new file mode 100644 index 00000000000..3527fddd4fb --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file diff --git a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg new file mode 100644 index 00000000000..c1f996366e8 --- /dev/null +++ b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg @@ -0,0 +1,14 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_xy3proV2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 +zig_zaggify_infill = True +retraction_combing = noskin \ No newline at end of file From 8b1ce83d2d19b2e47ab8cc7feb5baa09d0e5ff66 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:13:38 -0500 Subject: [PATCH 2/9] Formatting /variants files were missing a carriage return at the end of each file. --- resources/variants/tronxy_d01_0.2.inst.cfg | 2 +- resources/variants/tronxy_d01_0.3.inst.cfg | 2 +- resources/variants/tronxy_d01_0.4.inst.cfg | 2 +- resources/variants/tronxy_d01_0.5.inst.cfg | 2 +- resources/variants/tronxy_d01_0.6.inst.cfg | 2 +- resources/variants/tronxy_d01_0.8.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.2.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.3.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.4.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.5.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.6.inst.cfg | 2 +- resources/variants/tronxy_x5sa_0.8.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.2.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.3.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.4.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.5.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.6.inst.cfg | 2 +- resources/variants/tronxy_x5sa_400_0.8.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.2.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.3.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.4.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.5.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.6.inst.cfg | 2 +- resources/variants/tronxy_x5sa_500_0.8.inst.cfg | 2 +- resources/variants/tronxy_x_0.2.inst.cfg | 2 +- resources/variants/tronxy_x_0.3.inst.cfg | 2 +- resources/variants/tronxy_x_0.4.inst.cfg | 2 +- resources/variants/tronxy_x_0.5.inst.cfg | 2 +- resources/variants/tronxy_x_0.6.inst.cfg | 2 +- resources/variants/tronxy_x_0.8.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.2.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.3.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.4.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.5.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.6.inst.cfg | 2 +- resources/variants/tronxy_xy2_0.8.inst.cfg | 2 +- resources/variants/tronxy_xy2pro_0.2.inst.cfg | 2 +- resources/variants/tronxy_xy2pro_0.3.inst.cfg | 2 +- resources/variants/tronxy_xy2pro_0.5.inst.cfg | 2 +- resources/variants/tronxy_xy2pro_0.6.inst.cfg | 2 +- resources/variants/tronxy_xy2pro_0.8.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.2.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.3.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.4.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.5.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.6.inst.cfg | 2 +- resources/variants/tronxy_xy3_0.8.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.2.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.3.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.4.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.5.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.6.inst.cfg | 2 +- resources/variants/tronxy_xy3proV2_0.8.inst.cfg | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/resources/variants/tronxy_d01_0.2.inst.cfg b/resources/variants/tronxy_d01_0.2.inst.cfg index d1b69df89b4..40994dae834 100644 --- a/resources/variants/tronxy_d01_0.2.inst.cfg +++ b/resources/variants/tronxy_d01_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.3.inst.cfg b/resources/variants/tronxy_d01_0.3.inst.cfg index 1a57e5d0d73..d26bd0a1ced 100644 --- a/resources/variants/tronxy_d01_0.3.inst.cfg +++ b/resources/variants/tronxy_d01_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.4.inst.cfg b/resources/variants/tronxy_d01_0.4.inst.cfg index 9c7b4a13984..b26a5a9144d 100644 --- a/resources/variants/tronxy_d01_0.4.inst.cfg +++ b/resources/variants/tronxy_d01_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.5.inst.cfg b/resources/variants/tronxy_d01_0.5.inst.cfg index 30ecfddb89e..caa898bba67 100644 --- a/resources/variants/tronxy_d01_0.5.inst.cfg +++ b/resources/variants/tronxy_d01_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.6.inst.cfg b/resources/variants/tronxy_d01_0.6.inst.cfg index 5cec27219d2..d5bd24c5339 100644 --- a/resources/variants/tronxy_d01_0.6.inst.cfg +++ b/resources/variants/tronxy_d01_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.8.inst.cfg b/resources/variants/tronxy_d01_0.8.inst.cfg index 1b2b6699aff..61bd1f4074e 100644 --- a/resources/variants/tronxy_d01_0.8.inst.cfg +++ b/resources/variants/tronxy_d01_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.2.inst.cfg b/resources/variants/tronxy_x5sa_0.2.inst.cfg index dd3de2a6aec..b0ef9de7759 100644 --- a/resources/variants/tronxy_x5sa_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.3.inst.cfg b/resources/variants/tronxy_x5sa_0.3.inst.cfg index e4fe63257c5..f82541d087b 100644 --- a/resources/variants/tronxy_x5sa_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.4.inst.cfg b/resources/variants/tronxy_x5sa_0.4.inst.cfg index b133fe21fc2..ce85c2772bf 100644 --- a/resources/variants/tronxy_x5sa_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.5.inst.cfg b/resources/variants/tronxy_x5sa_0.5.inst.cfg index e4895a934e4..8d2b487bc83 100644 --- a/resources/variants/tronxy_x5sa_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.6.inst.cfg b/resources/variants/tronxy_x5sa_0.6.inst.cfg index 0b98a970f80..26ba5b04bbf 100644 --- a/resources/variants/tronxy_x5sa_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.8.inst.cfg b/resources/variants/tronxy_x5sa_0.8.inst.cfg index 3a020e8f196..9c855a619e6 100644 --- a/resources/variants/tronxy_x5sa_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg index 6359923337a..e530906ab87 100644 --- a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg index 278b13565d0..c2f0829ffd7 100644 --- a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg index d4276e87cc8..b827af1dd21 100644 --- a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg index a9b69fc9e98..c93d1b651dd 100644 --- a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg index 86fb1433a89..2c6d2341ba3 100644 --- a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg index de8ebae08e3..4de9597d9e5 100644 --- a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg index 284667199e2..5e8a4ef4613 100644 --- a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg index 4ba6315d0c0..0bd1d0dc86f 100644 --- a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg index 3d13c29e0e7..34d583ca4ca 100644 --- a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg index 6243219b327..4172682931a 100644 --- a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg index 3d6482f24af..fafdf5273b6 100644 --- a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg index 3aacec33a1b..cde6f30160d 100644 --- a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.2.inst.cfg b/resources/variants/tronxy_x_0.2.inst.cfg index 39b6254f937..85214463c88 100644 --- a/resources/variants/tronxy_x_0.2.inst.cfg +++ b/resources/variants/tronxy_x_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.3.inst.cfg b/resources/variants/tronxy_x_0.3.inst.cfg index 7a07efea5ab..327a9a3c6d2 100644 --- a/resources/variants/tronxy_x_0.3.inst.cfg +++ b/resources/variants/tronxy_x_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.4.inst.cfg b/resources/variants/tronxy_x_0.4.inst.cfg index 4f86994ca9a..6103204831e 100644 --- a/resources/variants/tronxy_x_0.4.inst.cfg +++ b/resources/variants/tronxy_x_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.5.inst.cfg b/resources/variants/tronxy_x_0.5.inst.cfg index fcfcf044c01..415b5ce066e 100644 --- a/resources/variants/tronxy_x_0.5.inst.cfg +++ b/resources/variants/tronxy_x_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.6.inst.cfg b/resources/variants/tronxy_x_0.6.inst.cfg index 82b93615fb9..0bc97c815c5 100644 --- a/resources/variants/tronxy_x_0.6.inst.cfg +++ b/resources/variants/tronxy_x_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.8.inst.cfg b/resources/variants/tronxy_x_0.8.inst.cfg index f307a0a0e8c..035d77937e3 100644 --- a/resources/variants/tronxy_x_0.8.inst.cfg +++ b/resources/variants/tronxy_x_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.2.inst.cfg b/resources/variants/tronxy_xy2_0.2.inst.cfg index 31d586e0e3b..07961c414d2 100644 --- a/resources/variants/tronxy_xy2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.3.inst.cfg b/resources/variants/tronxy_xy2_0.3.inst.cfg index 067972848b8..10a4c91b955 100644 --- a/resources/variants/tronxy_xy2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.4.inst.cfg b/resources/variants/tronxy_xy2_0.4.inst.cfg index 1205055e2c4..b2e8fa843fe 100644 --- a/resources/variants/tronxy_xy2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.5.inst.cfg b/resources/variants/tronxy_xy2_0.5.inst.cfg index f8ca7b68ff0..2ef364a590d 100644 --- a/resources/variants/tronxy_xy2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.6.inst.cfg b/resources/variants/tronxy_xy2_0.6.inst.cfg index 9bf3f365a90..5063f0622fb 100644 --- a/resources/variants/tronxy_xy2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.8.inst.cfg b/resources/variants/tronxy_xy2_0.8.inst.cfg index a4cae0e9259..b4e8a9f5f13 100644 --- a/resources/variants/tronxy_xy2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.2.inst.cfg b/resources/variants/tronxy_xy2pro_0.2.inst.cfg index 2301d166d1e..8ffbb191156 100644 --- a/resources/variants/tronxy_xy2pro_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.3.inst.cfg b/resources/variants/tronxy_xy2pro_0.3.inst.cfg index b3b20419df5..ec8e357f438 100644 --- a/resources/variants/tronxy_xy2pro_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.5.inst.cfg b/resources/variants/tronxy_xy2pro_0.5.inst.cfg index d123c4856e1..6692413eb9c 100644 --- a/resources/variants/tronxy_xy2pro_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.6.inst.cfg b/resources/variants/tronxy_xy2pro_0.6.inst.cfg index a8a27dd9ef2..399c9094438 100644 --- a/resources/variants/tronxy_xy2pro_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.8.inst.cfg b/resources/variants/tronxy_xy2pro_0.8.inst.cfg index 10cd9b080f4..7fd3259d3f5 100644 --- a/resources/variants/tronxy_xy2pro_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.2.inst.cfg b/resources/variants/tronxy_xy3_0.2.inst.cfg index ae3fc395aed..c531d7d4ccf 100644 --- a/resources/variants/tronxy_xy3_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.3.inst.cfg b/resources/variants/tronxy_xy3_0.3.inst.cfg index abb921cb5d7..8962281cc71 100644 --- a/resources/variants/tronxy_xy3_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.4.inst.cfg b/resources/variants/tronxy_xy3_0.4.inst.cfg index 9003eafdb99..3c1c33bfe67 100644 --- a/resources/variants/tronxy_xy3_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.5.inst.cfg b/resources/variants/tronxy_xy3_0.5.inst.cfg index 86ff1914089..82236864060 100644 --- a/resources/variants/tronxy_xy3_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.6.inst.cfg b/resources/variants/tronxy_xy3_0.6.inst.cfg index 3796d52e783..234a01f7aa8 100644 --- a/resources/variants/tronxy_xy3_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.8.inst.cfg b/resources/variants/tronxy_xy3_0.8.inst.cfg index 74674b5809a..cf0fe7105a9 100644 --- a/resources/variants/tronxy_xy3_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg index 0ccda6bfd56..8f4bb9c02b8 100644 --- a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg index 674549c6fa0..5c2294b740e 100644 --- a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg index 7a9b15c2f19..7026dd7affa 100644 --- a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg index d618f01e350..4d75c2ca644 100644 --- a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg index 3527fddd4fb..ffe812aed40 100644 --- a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg index c1f996366e8..c72c440fe31 100644 --- a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg @@ -11,4 +11,4 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 zig_zaggify_infill = True -retraction_combing = noskin \ No newline at end of file +retraction_combing = noskin From d384d0e9da029e7aa2615611e576f8c98791a6da Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:16:38 -0500 Subject: [PATCH 3/9] Formatting /definitions files were missing a carriage return at the end of each file. --- resources/definitions/tronxy_d01.def.json | 1 + resources/definitions/tronxy_x.def.json | 2 +- resources/definitions/tronxy_x5sa.def.json | 1 + resources/definitions/tronxy_x5sa_400.def.json | 2 +- resources/definitions/tronxy_x5sa_500.def.json | 1 + resources/definitions/tronxy_xy2.def.json | 1 + resources/definitions/tronxy_xy2pro.def.json | 1 + resources/definitions/tronxy_xy3.def.json | 1 + resources/definitions/tronxy_xy3proV2.def.json | 1 + 9 files changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/definitions/tronxy_d01.def.json b/resources/definitions/tronxy_d01.def.json index 141414f85f0..5844cc1fb2c 100644 --- a/resources/definitions/tronxy_d01.def.json +++ b/resources/definitions/tronxy_d01.def.json @@ -27,3 +27,4 @@ "machine_acceleration": { "value": 120 } } } + diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index b7a0a942261..7ae00b07dca 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -154,4 +154,4 @@ "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, "wall_line_count": {"value": "3" } } -} \ No newline at end of file +} diff --git a/resources/definitions/tronxy_x5sa.def.json b/resources/definitions/tronxy_x5sa.def.json index a4ca9a510ae..0f8ccd57655 100644 --- a/resources/definitions/tronxy_x5sa.def.json +++ b/resources/definitions/tronxy_x5sa.def.json @@ -28,3 +28,4 @@ "machine_acceleration": { "value": 150 } } } + diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json index d1448a3287d..a50900775b5 100644 --- a/resources/definitions/tronxy_x5sa_400.def.json +++ b/resources/definitions/tronxy_x5sa_400.def.json @@ -27,4 +27,4 @@ "machine_acceleration": { "value": 150 } } -} \ No newline at end of file +} diff --git a/resources/definitions/tronxy_x5sa_500.def.json b/resources/definitions/tronxy_x5sa_500.def.json index 44f8d1ba1aa..1885fda8a4c 100644 --- a/resources/definitions/tronxy_x5sa_500.def.json +++ b/resources/definitions/tronxy_x5sa_500.def.json @@ -28,3 +28,4 @@ "machine_acceleration": { "value": 150 } } } + diff --git a/resources/definitions/tronxy_xy2.def.json b/resources/definitions/tronxy_xy2.def.json index ce7966fc3b5..598065b777e 100644 --- a/resources/definitions/tronxy_xy2.def.json +++ b/resources/definitions/tronxy_xy2.def.json @@ -28,3 +28,4 @@ "machine_acceleration": { "value": 150 } } } + diff --git a/resources/definitions/tronxy_xy2pro.def.json b/resources/definitions/tronxy_xy2pro.def.json index fb2bd70ea32..5a1fd3424f7 100644 --- a/resources/definitions/tronxy_xy2pro.def.json +++ b/resources/definitions/tronxy_xy2pro.def.json @@ -28,3 +28,4 @@ "machine_acceleration": { "value": 150 } } } + diff --git a/resources/definitions/tronxy_xy3.def.json b/resources/definitions/tronxy_xy3.def.json index 941ca7142ff..64923b0b250 100644 --- a/resources/definitions/tronxy_xy3.def.json +++ b/resources/definitions/tronxy_xy3.def.json @@ -28,3 +28,4 @@ "machine_acceleration": { "value": 150 } } } + diff --git a/resources/definitions/tronxy_xy3proV2.def.json b/resources/definitions/tronxy_xy3proV2.def.json index 2be9a1998e8..ebc28575a8a 100644 --- a/resources/definitions/tronxy_xy3proV2.def.json +++ b/resources/definitions/tronxy_xy3proV2.def.json @@ -30,3 +30,4 @@ "machine_acceleration": { "value": 150 } } } + From 188968493ad9cd3ea0fcd78d1672c5eafce9a13a Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:32:07 -0500 Subject: [PATCH 4/9] Metadata correction Corrected error in metadata for second extruder "position". --- resources/extruders/tronxy_base_extruder_1.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json index 639787f39aa..5817147759d 100644 --- a/resources/extruders/tronxy_base_extruder_1.def.json +++ b/resources/extruders/tronxy_base_extruder_1.def.json @@ -4,7 +4,7 @@ "inherits": "fdmextruder", "metadata": { "machine": "tronxy_x", - "position": "0" + "position": "1" }, "overrides": { From 141d154cb7c760e4621cec76c34bf157052c8437 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:45:14 -0500 Subject: [PATCH 5/9] Values fix Fixing extruder_nr failure values --- resources/extruders/tronxy_base_extruder_1.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json index 5817147759d..869ec75f4b2 100644 --- a/resources/extruders/tronxy_base_extruder_1.def.json +++ b/resources/extruders/tronxy_base_extruder_1.def.json @@ -9,8 +9,8 @@ "overrides": { "extruder_nr": { - "default_value": 0, - "maximum_value": "2" + "default_value": 1, + "maximum_value": "1" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } From 73d85c8085ba2a73926a559d399ce53a70d7e066 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:59:34 -0500 Subject: [PATCH 6/9] Clearing unused spaces small formatting change to clear out hidden spaces that are not necessary --- resources/extruders/tronxy_base_extruder_0.def.json | 2 +- resources/extruders/tronxy_base_extruder_1.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/extruders/tronxy_base_extruder_0.def.json b/resources/extruders/tronxy_base_extruder_0.def.json index 12add05969d..14acb5150af 100644 --- a/resources/extruders/tronxy_base_extruder_0.def.json +++ b/resources/extruders/tronxy_base_extruder_0.def.json @@ -14,6 +14,6 @@ }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - + } } diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json index 869ec75f4b2..3a5a35cd017 100644 --- a/resources/extruders/tronxy_base_extruder_1.def.json +++ b/resources/extruders/tronxy_base_extruder_1.def.json @@ -14,6 +14,6 @@ }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } - + } } From 75ea5d2c62ab2b2b64e864ba0a0c018a15c89358 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:25:54 -0500 Subject: [PATCH 7/9] Resetting package to find build error Cannot find the build error in section 14/15 of the "build". I'm resetting the files in an attempt to locate the fault. --- resources/definitions/tronxy_d01.def.json | 11 +++- resources/definitions/tronxy_x.def.json | 63 +++++++++++-------- resources/definitions/tronxy_x5sa.def.json | 11 ++-- .../definitions/tronxy_x5sa_400.def.json | 13 ++-- .../definitions/tronxy_x5sa_500.def.json | 14 +++-- resources/definitions/tronxy_xy2.def.json | 17 +++-- resources/definitions/tronxy_xy2pro.def.json | 24 +++++-- resources/definitions/tronxy_xy3.def.json | 19 ++++-- resources/extruders/tronxy_d01_0.2.inst.cfg | 12 ++++ resources/extruders/tronxy_d01_0.3.inst.cfg | 12 ++++ resources/extruders/tronxy_d01_0.4.inst.cfg | 12 ++++ resources/extruders/tronxy_d01_0.5.inst.cfg | 12 ++++ resources/extruders/tronxy_d01_0.6.inst.cfg | 12 ++++ resources/extruders/tronxy_d01_0.8.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.2.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.3.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.4.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.5.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.6.inst.cfg | 12 ++++ resources/extruders/tronxy_x5sa_0.8.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.2.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.3.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.4.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.5.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.6.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_400_0.8.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.2.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.3.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.4.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.5.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.6.inst.cfg | 12 ++++ .../extruders/tronxy_x5sa_500_0.8.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.2.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.3.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.4.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.5.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.6.inst.cfg | 12 ++++ resources/extruders/tronxy_x_0.8.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.2.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.3.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.4.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.5.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.6.inst.cfg | 12 ++++ resources/extruders/tronxy_xy2_0.8.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.2.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.3.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.4.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.5.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.6.inst.cfg | 12 ++++ .../extruders/tronxy_xy2pro_0.8.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.2.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.3.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.4.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.5.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.6.inst.cfg | 12 ++++ resources/extruders/tronxy_xy3_0.8.inst.cfg | 12 ++++ 56 files changed, 684 insertions(+), 64 deletions(-) create mode 100644 resources/extruders/tronxy_d01_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_d01_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_d01_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_d01_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_d01_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_d01_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_400_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_x5sa_500_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_x_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_xy2_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_xy2pro_0.8.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.2.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.3.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.4.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.5.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.6.inst.cfg create mode 100644 resources/extruders/tronxy_xy3_0.8.inst.cfg diff --git a/resources/definitions/tronxy_d01.def.json b/resources/definitions/tronxy_d01.def.json index 5844cc1fb2c..ff8badd355d 100644 --- a/resources/definitions/tronxy_d01.def.json +++ b/resources/definitions/tronxy_d01.def.json @@ -5,6 +5,7 @@ "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -22,9 +23,15 @@ "gantry_height": { "value": 30 }, "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y220.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y220.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish" }, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_max_feedrate_x": { "value": 150 }, + "machine_max_feedrate_y": { "value": 150 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 }, + "machine_max_acceleration_x": { "value": 150 }, + "machine_max_acceleration_y": { "value": 150 }, + "machine_max_acceleration_z": { "value": 150 }, + "machine_max_acceleration_e": { "value": 150 }, "machine_acceleration": { "value": 120 } } } - diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json index 7ae00b07dca..aa61474f81f 100644 --- a/resources/definitions/tronxy_x.def.json +++ b/resources/definitions/tronxy_x.def.json @@ -4,14 +4,13 @@ "inherits": "fdmprinter", "metadata": { "visible": false, - "author": "KV/AdderMk2", + "author": "AdderMk2", "manufacturer": "Tronxy", "file_formats": "text/x-gcode", "first_start_actions": ["MachineSettingsAction"], "machine_extruder_trains": { - "0": "tronxy_base_extruder_0", - "1": "tronxy_base_extruder_1" + "0": "tronxy_base_extruder_0" }, "has_materials": true, @@ -28,6 +27,20 @@ "machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z15.0 F{speed_travel_layer_0}\nG0 E3 F200\nG92 E0\n" }, "machine_end_gcode": { "default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 X-20 Y-20 F9000\nG28 X0 Y0\nM84 ;steppers off\nG90 ;absolute positioning\n" }, + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 10 }, + "machine_max_feedrate_e": { "value": 50 }, + + "machine_max_acceleration_x": { "value": 120 }, + "machine_max_acceleration_y": { "value": 120 }, + "machine_max_acceleration_z": { "value": 120 }, + "machine_max_acceleration_e": { "value": 120 }, + "machine_acceleration": { "value": 100 }, + + "machine_max_jerk_xy": { "value": 20 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_max_jerk_e": { "value": 5 }, "machine_heated_bed": { "default_value": true }, @@ -38,7 +51,7 @@ "acceleration_travel_layer_0": { "value": "acceleration_travel" }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, - "jerk_print": { "value": 12 }, + "jerk_print": { "value": 20 }, "jerk_travel": { "value": "jerk_print" }, "jerk_travel_layer_0": { "value": "jerk_travel" }, @@ -47,10 +60,10 @@ "speed_print": { "value": 60.0 } , "speed_infill": { "value": "speed_print" }, - "speed_wall": { "value": "speed_print *0.75" }, + "speed_wall": { "value": "speed_print / 1.33" }, "speed_wall_0": { "value": "speed_wall" }, "speed_wall_x": { "value": "speed_wall" }, - "speed_topbottom": { "value": "speed_print * 0.5" }, + "speed_topbottom": { "value": "speed_print / 1.5" }, "speed_roofing": { "value": "speed_topbottom" }, "speed_travel": { "value": "60.0 if speed_print < 50 else 120.0 if speed_print > 80 else speed_print * 1.25" }, "speed_layer_0": { "value": 30.0 }, @@ -69,25 +82,26 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_flow": { "value": 96 }, + "material_flow": { "value": 100 }, + "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, - "z_seam_type": { "value": "'sharpest_corner'" }, - "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + "z_seam_type": { "value": "'back'" }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, "infill_sparse_density": { "value": "20" }, - "infill_pattern": { "value": "'lines' if infill_sparse_density > 56 else 'cubic'" }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, "infill_before_walls": { "value": false }, "infill_overlap": { "value": 30.0 }, "skin_overlap": { "value": 10.0 }, "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_outline_gaps": { "value": true }, - "filter_out_tiny_gaps": { "value": true }, + "fill_perimeter_gaps": { "value": "'everywhere'" }, + "fill_outline_gaps": { "value": false }, + "filter_out_tiny_gaps": { "value": false }, "retraction_speed": { "maximum_value_warning": "machine_max_feedrate_e", - "default_value": 45, "maximum_value": 200 }, "retraction_retract_speed": { @@ -99,19 +113,17 @@ "maximum_value": 200 }, - "retraction_hop_enabled": { "value": "True" }, + "retraction_hop_enabled": { "value": "False" }, "retraction_hop": { "value": 0.2 }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing_max_distance": { "value": 30 }, - "travel_avoid_other_parts": { "value": false }, + "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, "retraction_enable": { "value": true }, - "retract_at_layer_change": { "value": true }, "retraction_count_max": { "value": 100 }, - "retraction_extrusion_window": { "value": 5 }, - "retraction_hop_enabled": { "value": true }, + "retraction_extrusion_window": { "value": 10 }, "retraction_min_travel": { "value": 1.5 }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, @@ -131,27 +143,24 @@ "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, "support_pattern": { "value": "'zigzag'" }, - "support_infill_angles": { "value": [45] }, - "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 30" }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" }, "support_use_towers": { "value": false }, - "support_xy_distance": { "value": "wall_line_width_0 * 3" }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, "support_xy_distance_overhang": { "value": "wall_line_width_0" }, "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, - "support_wall_count": { "value": 0 }, + "support_wall_count": { "value": 1 }, "support_brim_enable": { "value": true }, "support_brim_width": { "value": 4 }, - "support_interface_enable": { "value": false }, + "support_interface_enable": { "value": true }, "support_interface_height": { "value": "layer_height * 4" }, "support_interface_density": { "value": 33.333 }, "support_interface_pattern": { "value": "'grid'" }, "support_interface_skip_height": { "value": 0.2 }, "minimum_support_area": { "value": 2 }, "minimum_interface_area": { "value": 10 }, - "top_bottom_pattern": {"value": "'zigzag'" }, - "top_bottom_pattern_0": {"value": "'zigzag'" }, "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, - "wall_line_count": {"value": "3" } + "wall_thickness": {"value": "line_width * 2" } } -} +} \ No newline at end of file diff --git a/resources/definitions/tronxy_x5sa.def.json b/resources/definitions/tronxy_x5sa.def.json index 0f8ccd57655..0e70dd72b4a 100644 --- a/resources/definitions/tronxy_x5sa.def.json +++ b/resources/definitions/tronxy_x5sa.def.json @@ -1,10 +1,11 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E/D01 Plus", + "name": "Tronxy X5SA/X5ST/Pro", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,12 +21,8 @@ ] }, "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, - - "machine_acceleration": { "value": 150 } + "machine_start_gcode": { "default_value": "; X5SA Pro Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, + "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y0\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" } } } - diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json index a50900775b5..5604b176193 100644 --- a/resources/definitions/tronxy_x5sa_400.def.json +++ b/resources/definitions/tronxy_x5sa_400.def.json @@ -1,10 +1,11 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E 400mm", + "name": "Tronxy X5SA/X5ST/Pro 400", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,11 +21,13 @@ ] }, "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 6.5 }, - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y370.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y370.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish"}, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 \nG1 E-2 Z0.2 F2400 \nG1 X5 Y5 F3000\nG1 Z10\nG90\n\nG1 X0 Y0 \nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E \n" }, - "machine_acceleration": { "value": 150 } + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 } } } diff --git a/resources/definitions/tronxy_x5sa_500.def.json b/resources/definitions/tronxy_x5sa_500.def.json index 1885fda8a4c..b68a954115b 100644 --- a/resources/definitions/tronxy_x5sa_500.def.json +++ b/resources/definitions/tronxy_x5sa_500.def.json @@ -1,10 +1,11 @@ { - "name": "Tronxy X5SA/X5ST/Pro/2E 500mm", + "name": "Tronxy X5SA/X5ST/Pro 500", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,12 +21,13 @@ ] }, "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 6.5 }, - "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y290 F1500.0 E15 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E30 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "G91 ; Set Positioning to Relative\nM83 ; Set Extruder to Relative\nG92 E0 ; Reset Extruder\nG1 E-4 F3000 ; Retract 4mm of filament\nG1 Z0.2 ; Raise nozzle .2mm\nG90 ; Set positioning to absolute\nG1 X{machine_width} Y{machine_depth} ; Park print head\nG91 ; Set Positioning to RelativeG1 Z10 ; Raise nozzle 10mm\nM106 S0 ; Turn off part fan\nM104 S0 ; Set nozzle temp to zero\nM140 S0 ; set bed temp to zero\nM84 X Y Z E ; Disable X Y Z and E steppers\n" }, + "machine_start_gcode": { "default_value": "; X5SA Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n "}, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 \nG1 E-2 Z0.2 F2400 \nG1 X5 Y5 F3000\nG1 Z10\nG90\n\nG1 X0 Y0 \nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E \n" }, - "machine_acceleration": { "value": 150 } + "machine_max_feedrate_x": { "value": 150 }, + "machine_max_feedrate_y": { "value": 150 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 } } } - diff --git a/resources/definitions/tronxy_xy2.def.json b/resources/definitions/tronxy_xy2.def.json index 598065b777e..eaae1dbb08f 100644 --- a/resources/definitions/tronxy_xy2.def.json +++ b/resources/definitions/tronxy_xy2.def.json @@ -5,6 +5,7 @@ "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,12 +21,18 @@ ] }, "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, + "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0 ;Turn-off fan\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, - "machine_acceleration": { "value": 150 } + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 }, + "machine_max_acceleration_x": { "value": 150 }, + "machine_max_acceleration_y": { "value": 150 }, + "machine_max_acceleration_z": { "value": 150 }, + "machine_max_acceleration_e": { "value": 150 }, + "machine_acceleration": { "value": 80 } } } - diff --git a/resources/definitions/tronxy_xy2pro.def.json b/resources/definitions/tronxy_xy2pro.def.json index 5a1fd3424f7..59e727bbb07 100644 --- a/resources/definitions/tronxy_xy2pro.def.json +++ b/resources/definitions/tronxy_xy2pro.def.json @@ -1,10 +1,11 @@ { - "name": "Tronxy XY-2 Pro/Pro 2E/XY3 SE", + "name": "Tronxy XY-2 Pro", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,12 +21,23 @@ ] }, "gantry_height": { "value": 40 }, - "retraction_amount": { "value": 4.5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, + "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, - "machine_acceleration": { "value": 150 } + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 }, + + "machine_max_acceleration_x": { "value": 120 }, + "machine_max_acceleration_y": { "value": 120 }, + "machine_max_acceleration_z": { "value": 120 }, + "machine_max_acceleration_e": { "value": 120 }, + "machine_acceleration": { "value": 150 }, + + "machine_max_jerk_xy": { "value": 20 }, + "machine_max_jerk_z": { "value": 0.4 }, + "machine_max_jerk_e": { "value": 5 } } } - diff --git a/resources/definitions/tronxy_xy3.def.json b/resources/definitions/tronxy_xy3.def.json index 64923b0b250..db03c344f5f 100644 --- a/resources/definitions/tronxy_xy3.def.json +++ b/resources/definitions/tronxy_xy3.def.json @@ -1,10 +1,11 @@ { - "name": "Tronxy XY-3/Pro", + "name": "Tronxy XY-3", "version": 2, "inherits": "tronxy_x", "metadata": { "quality_definition": "tronxy_x", "visible": true, + "author": "AdderMk2", "platform": "tronxy.stl" }, "overrides": { @@ -20,12 +21,18 @@ ] }, "gantry_height": { "value": 30 }, - "retraction_amount": { "value": 5 }, - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, + "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG28\nG92 E0\n"}, + "machine_end_gcode": { "default_value": "G91\nG1 E-2 F3000\nG1 E-2 Z0.2 F1200\nG1 X5 Y5 F3600\nG1 Z10\nG90\nG1 X0 Y{machine_depth}\nM106 S0\nM104 S0\nM140 S0\n\nM84 X Y E\n" }, - "machine_acceleration": { "value": 150 } + "machine_max_feedrate_x": { "value": 100 }, + "machine_max_feedrate_y": { "value": 100 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_max_feedrate_e": { "value": 120 }, + "machine_max_acceleration_x": { "value": 150 }, + "machine_max_acceleration_y": { "value": 150 }, + "machine_max_acceleration_z": { "value": 150 }, + "machine_max_acceleration_e": { "value": 150 }, + "machine_acceleration": { "value": 80 } } } - diff --git a/resources/extruders/tronxy_d01_0.2.inst.cfg b/resources/extruders/tronxy_d01_0.2.inst.cfg new file mode 100644 index 00000000000..b08a223384c --- /dev/null +++ b/resources/extruders/tronxy_d01_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_d01_0.3.inst.cfg b/resources/extruders/tronxy_d01_0.3.inst.cfg new file mode 100644 index 00000000000..67386d2c17a --- /dev/null +++ b/resources/extruders/tronxy_d01_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_d01_0.4.inst.cfg b/resources/extruders/tronxy_d01_0.4.inst.cfg new file mode 100644 index 00000000000..c9ed6d80aba --- /dev/null +++ b/resources/extruders/tronxy_d01_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_d01_0.5.inst.cfg b/resources/extruders/tronxy_d01_0.5.inst.cfg new file mode 100644 index 00000000000..1bd4e3848b4 --- /dev/null +++ b/resources/extruders/tronxy_d01_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_d01_0.6.inst.cfg b/resources/extruders/tronxy_d01_0.6.inst.cfg new file mode 100644 index 00000000000..5465c77b16e --- /dev/null +++ b/resources/extruders/tronxy_d01_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_d01_0.8.inst.cfg b/resources/extruders/tronxy_d01_0.8.inst.cfg new file mode 100644 index 00000000000..40b31a6f8e4 --- /dev/null +++ b/resources/extruders/tronxy_d01_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_d01 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_0.2.inst.cfg new file mode 100644 index 00000000000..55f8695eed2 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_0.3.inst.cfg new file mode 100644 index 00000000000..7f9549a5d56 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_0.4.inst.cfg new file mode 100644 index 00000000000..e42f0d6c803 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_0.5.inst.cfg new file mode 100644 index 00000000000..fcb9f1ab3d1 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_0.6.inst.cfg new file mode 100644 index 00000000000..e51df80cbab --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_0.8.inst.cfg new file mode 100644 index 00000000000..fb84e48d1be --- /dev/null +++ b/resources/extruders/tronxy_x5sa_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_x5sa + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg new file mode 100644 index 00000000000..7e0f7be01d1 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg new file mode 100644 index 00000000000..eb6f7312fad --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg new file mode 100644 index 00000000000..6e3d7e727b7 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg new file mode 100644 index 00000000000..788c4c08b98 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg new file mode 100644 index 00000000000..0dd88679679 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg new file mode 100644 index 00000000000..e10f453c000 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_x5sa_400 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg new file mode 100644 index 00000000000..0bba35ad2fb --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg new file mode 100644 index 00000000000..fefbae67fa8 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg new file mode 100644 index 00000000000..ae15082dbce --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg new file mode 100644 index 00000000000..dbb9cae9d25 --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg new file mode 100644 index 00000000000..bb9e7389a4a --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg new file mode 100644 index 00000000000..271f352796c --- /dev/null +++ b/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_x5sa_500 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x_0.2.inst.cfg b/resources/extruders/tronxy_x_0.2.inst.cfg new file mode 100644 index 00000000000..8cbcc137632 --- /dev/null +++ b/resources/extruders/tronxy_x_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x_0.3.inst.cfg b/resources/extruders/tronxy_x_0.3.inst.cfg new file mode 100644 index 00000000000..3049da49f85 --- /dev/null +++ b/resources/extruders/tronxy_x_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x_0.4.inst.cfg b/resources/extruders/tronxy_x_0.4.inst.cfg new file mode 100644 index 00000000000..feddb1e979b --- /dev/null +++ b/resources/extruders/tronxy_x_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x_0.5.inst.cfg b/resources/extruders/tronxy_x_0.5.inst.cfg new file mode 100644 index 00000000000..f02fcd696a6 --- /dev/null +++ b/resources/extruders/tronxy_x_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x_0.6.inst.cfg b/resources/extruders/tronxy_x_0.6.inst.cfg new file mode 100644 index 00000000000..65753c83b9a --- /dev/null +++ b/resources/extruders/tronxy_x_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x_0.8.inst.cfg b/resources/extruders/tronxy_x_0.8.inst.cfg new file mode 100644 index 00000000000..2c6dfd07a3c --- /dev/null +++ b/resources/extruders/tronxy_x_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_x + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy2_0.2.inst.cfg b/resources/extruders/tronxy_xy2_0.2.inst.cfg new file mode 100644 index 00000000000..ca493a9f6a7 --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy2_0.3.inst.cfg b/resources/extruders/tronxy_xy2_0.3.inst.cfg new file mode 100644 index 00000000000..64df55280bd --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy2_0.4.inst.cfg b/resources/extruders/tronxy_xy2_0.4.inst.cfg new file mode 100644 index 00000000000..2f214b623be --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy2_0.5.inst.cfg b/resources/extruders/tronxy_xy2_0.5.inst.cfg new file mode 100644 index 00000000000..9b318ae3d23 --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy2_0.6.inst.cfg b/resources/extruders/tronxy_xy2_0.6.inst.cfg new file mode 100644 index 00000000000..bdbd7c48ac6 --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy2_0.8.inst.cfg b/resources/extruders/tronxy_xy2_0.8.inst.cfg new file mode 100644 index 00000000000..311130c94f1 --- /dev/null +++ b/resources/extruders/tronxy_xy2_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_xy2 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy2pro_0.2.inst.cfg b/resources/extruders/tronxy_xy2pro_0.2.inst.cfg new file mode 100644 index 00000000000..9597d7902fd --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy2pro_0.3.inst.cfg b/resources/extruders/tronxy_xy2pro_0.3.inst.cfg new file mode 100644 index 00000000000..ed3938433b3 --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy2pro_0.4.inst.cfg b/resources/extruders/tronxy_xy2pro_0.4.inst.cfg new file mode 100644 index 00000000000..215e84871e2 --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy2pro_0.5.inst.cfg b/resources/extruders/tronxy_xy2pro_0.5.inst.cfg new file mode 100644 index 00000000000..ce3b620d66e --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy2pro_0.6.inst.cfg b/resources/extruders/tronxy_xy2pro_0.6.inst.cfg new file mode 100644 index 00000000000..c86876db450 --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy2pro_0.8.inst.cfg b/resources/extruders/tronxy_xy2pro_0.8.inst.cfg new file mode 100644 index 00000000000..b09028a6792 --- /dev/null +++ b/resources/extruders/tronxy_xy2pro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_xy2pro + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy3_0.2.inst.cfg b/resources/extruders/tronxy_xy3_0.2.inst.cfg new file mode 100644 index 00000000000..8892b5977af --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy3_0.3.inst.cfg b/resources/extruders/tronxy_xy3_0.3.inst.cfg new file mode 100644 index 00000000000..83d1a903546 --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy3_0.4.inst.cfg b/resources/extruders/tronxy_xy3_0.4.inst.cfg new file mode 100644 index 00000000000..b895a08a80d --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy3_0.5.inst.cfg b/resources/extruders/tronxy_xy3_0.5.inst.cfg new file mode 100644 index 00000000000..335236a668e --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy3_0.6.inst.cfg b/resources/extruders/tronxy_xy3_0.6.inst.cfg new file mode 100644 index 00000000000..8569852dfa5 --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy3_0.8.inst.cfg b/resources/extruders/tronxy_xy3_0.8.inst.cfg new file mode 100644 index 00000000000..cb087394c29 --- /dev/null +++ b/resources/extruders/tronxy_xy3_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = tronxy_xy3 + +[metadata] +setting_version = 19 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 From 96eab2254c731fb117ab20c48dd18ec2a91e6a13 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:30:45 -0500 Subject: [PATCH 8/9] Uploaded into the wrong folder --- resources/extruders/tronxy_d01_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_d01_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_d01_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_d01_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_d01_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_d01_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_400_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_x5sa_500_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_x_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_xy2pro_0.8.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.2.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.3.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.4.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.5.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.6.inst.cfg | 12 ------------ resources/extruders/tronxy_xy3_0.8.inst.cfg | 12 ------------ resources/variants/tronxy_d01_0.2.inst.cfg | 2 -- resources/variants/tronxy_d01_0.3.inst.cfg | 2 -- resources/variants/tronxy_d01_0.4.inst.cfg | 2 -- resources/variants/tronxy_d01_0.5.inst.cfg | 2 -- resources/variants/tronxy_d01_0.6.inst.cfg | 2 -- resources/variants/tronxy_d01_0.8.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.2.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.3.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.4.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.5.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.6.inst.cfg | 2 -- resources/variants/tronxy_x5sa_0.8.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.2.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.3.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.4.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.5.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.6.inst.cfg | 2 -- resources/variants/tronxy_x5sa_400_0.8.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.2.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.3.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.4.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.5.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.6.inst.cfg | 2 -- resources/variants/tronxy_x5sa_500_0.8.inst.cfg | 2 -- resources/variants/tronxy_x_0.2.inst.cfg | 2 -- resources/variants/tronxy_x_0.3.inst.cfg | 2 -- resources/variants/tronxy_x_0.4.inst.cfg | 2 -- resources/variants/tronxy_x_0.5.inst.cfg | 2 -- resources/variants/tronxy_x_0.6.inst.cfg | 2 -- resources/variants/tronxy_x_0.8.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.2.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.3.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.4.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.5.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.6.inst.cfg | 2 -- resources/variants/tronxy_xy2_0.8.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.2.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.3.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.4.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.5.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.6.inst.cfg | 2 -- resources/variants/tronxy_xy2pro_0.8.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.2.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.3.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.4.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.5.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.6.inst.cfg | 2 -- resources/variants/tronxy_xy3_0.8.inst.cfg | 2 -- 96 files changed, 672 deletions(-) delete mode 100644 resources/extruders/tronxy_d01_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_d01_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_d01_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_d01_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_d01_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_d01_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_400_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_x5sa_500_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_x_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_xy2pro_0.8.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.2.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.3.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.4.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.5.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.6.inst.cfg delete mode 100644 resources/extruders/tronxy_xy3_0.8.inst.cfg diff --git a/resources/extruders/tronxy_d01_0.2.inst.cfg b/resources/extruders/tronxy_d01_0.2.inst.cfg deleted file mode 100644 index b08a223384c..00000000000 --- a/resources/extruders/tronxy_d01_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_d01_0.3.inst.cfg b/resources/extruders/tronxy_d01_0.3.inst.cfg deleted file mode 100644 index 67386d2c17a..00000000000 --- a/resources/extruders/tronxy_d01_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_d01_0.4.inst.cfg b/resources/extruders/tronxy_d01_0.4.inst.cfg deleted file mode 100644 index c9ed6d80aba..00000000000 --- a/resources/extruders/tronxy_d01_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_d01_0.5.inst.cfg b/resources/extruders/tronxy_d01_0.5.inst.cfg deleted file mode 100644 index 1bd4e3848b4..00000000000 --- a/resources/extruders/tronxy_d01_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_d01_0.6.inst.cfg b/resources/extruders/tronxy_d01_0.6.inst.cfg deleted file mode 100644 index 5465c77b16e..00000000000 --- a/resources/extruders/tronxy_d01_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_d01_0.8.inst.cfg b/resources/extruders/tronxy_d01_0.8.inst.cfg deleted file mode 100644 index 40b31a6f8e4..00000000000 --- a/resources/extruders/tronxy_d01_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_d01 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_0.2.inst.cfg deleted file mode 100644 index 55f8695eed2..00000000000 --- a/resources/extruders/tronxy_x5sa_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_0.3.inst.cfg deleted file mode 100644 index 7f9549a5d56..00000000000 --- a/resources/extruders/tronxy_x5sa_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_0.4.inst.cfg deleted file mode 100644 index e42f0d6c803..00000000000 --- a/resources/extruders/tronxy_x5sa_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_0.5.inst.cfg deleted file mode 100644 index fcb9f1ab3d1..00000000000 --- a/resources/extruders/tronxy_x5sa_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_0.6.inst.cfg deleted file mode 100644 index e51df80cbab..00000000000 --- a/resources/extruders/tronxy_x5sa_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_0.8.inst.cfg deleted file mode 100644 index fb84e48d1be..00000000000 --- a/resources/extruders/tronxy_x5sa_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_x5sa - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg deleted file mode 100644 index 7e0f7be01d1..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg deleted file mode 100644 index eb6f7312fad..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg deleted file mode 100644 index 6e3d7e727b7..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg deleted file mode 100644 index 788c4c08b98..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg deleted file mode 100644 index 0dd88679679..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg deleted file mode 100644 index e10f453c000..00000000000 --- a/resources/extruders/tronxy_x5sa_400_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_x5sa_400 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg deleted file mode 100644 index 0bba35ad2fb..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg deleted file mode 100644 index fefbae67fa8..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg deleted file mode 100644 index ae15082dbce..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg deleted file mode 100644 index dbb9cae9d25..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg deleted file mode 100644 index bb9e7389a4a..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg b/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg deleted file mode 100644 index 271f352796c..00000000000 --- a/resources/extruders/tronxy_x5sa_500_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_x5sa_500 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_x_0.2.inst.cfg b/resources/extruders/tronxy_x_0.2.inst.cfg deleted file mode 100644 index 8cbcc137632..00000000000 --- a/resources/extruders/tronxy_x_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_x_0.3.inst.cfg b/resources/extruders/tronxy_x_0.3.inst.cfg deleted file mode 100644 index 3049da49f85..00000000000 --- a/resources/extruders/tronxy_x_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_x_0.4.inst.cfg b/resources/extruders/tronxy_x_0.4.inst.cfg deleted file mode 100644 index feddb1e979b..00000000000 --- a/resources/extruders/tronxy_x_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_x_0.5.inst.cfg b/resources/extruders/tronxy_x_0.5.inst.cfg deleted file mode 100644 index f02fcd696a6..00000000000 --- a/resources/extruders/tronxy_x_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_x_0.6.inst.cfg b/resources/extruders/tronxy_x_0.6.inst.cfg deleted file mode 100644 index 65753c83b9a..00000000000 --- a/resources/extruders/tronxy_x_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_x_0.8.inst.cfg b/resources/extruders/tronxy_x_0.8.inst.cfg deleted file mode 100644 index 2c6dfd07a3c..00000000000 --- a/resources/extruders/tronxy_x_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_x - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy2_0.2.inst.cfg b/resources/extruders/tronxy_xy2_0.2.inst.cfg deleted file mode 100644 index ca493a9f6a7..00000000000 --- a/resources/extruders/tronxy_xy2_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy2_0.3.inst.cfg b/resources/extruders/tronxy_xy2_0.3.inst.cfg deleted file mode 100644 index 64df55280bd..00000000000 --- a/resources/extruders/tronxy_xy2_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy2_0.4.inst.cfg b/resources/extruders/tronxy_xy2_0.4.inst.cfg deleted file mode 100644 index 2f214b623be..00000000000 --- a/resources/extruders/tronxy_xy2_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy2_0.5.inst.cfg b/resources/extruders/tronxy_xy2_0.5.inst.cfg deleted file mode 100644 index 9b318ae3d23..00000000000 --- a/resources/extruders/tronxy_xy2_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy2_0.6.inst.cfg b/resources/extruders/tronxy_xy2_0.6.inst.cfg deleted file mode 100644 index bdbd7c48ac6..00000000000 --- a/resources/extruders/tronxy_xy2_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy2_0.8.inst.cfg b/resources/extruders/tronxy_xy2_0.8.inst.cfg deleted file mode 100644 index 311130c94f1..00000000000 --- a/resources/extruders/tronxy_xy2_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_xy2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy2pro_0.2.inst.cfg b/resources/extruders/tronxy_xy2pro_0.2.inst.cfg deleted file mode 100644 index 9597d7902fd..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy2pro_0.3.inst.cfg b/resources/extruders/tronxy_xy2pro_0.3.inst.cfg deleted file mode 100644 index ed3938433b3..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy2pro_0.4.inst.cfg b/resources/extruders/tronxy_xy2pro_0.4.inst.cfg deleted file mode 100644 index 215e84871e2..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy2pro_0.5.inst.cfg b/resources/extruders/tronxy_xy2pro_0.5.inst.cfg deleted file mode 100644 index ce3b620d66e..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy2pro_0.6.inst.cfg b/resources/extruders/tronxy_xy2pro_0.6.inst.cfg deleted file mode 100644 index c86876db450..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy2pro_0.8.inst.cfg b/resources/extruders/tronxy_xy2pro_0.8.inst.cfg deleted file mode 100644 index b09028a6792..00000000000 --- a/resources/extruders/tronxy_xy2pro_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_xy2pro - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/extruders/tronxy_xy3_0.2.inst.cfg b/resources/extruders/tronxy_xy3_0.2.inst.cfg deleted file mode 100644 index 8892b5977af..00000000000 --- a/resources/extruders/tronxy_xy3_0.2.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 diff --git a/resources/extruders/tronxy_xy3_0.3.inst.cfg b/resources/extruders/tronxy_xy3_0.3.inst.cfg deleted file mode 100644 index 83d1a903546..00000000000 --- a/resources/extruders/tronxy_xy3_0.3.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 diff --git a/resources/extruders/tronxy_xy3_0.4.inst.cfg b/resources/extruders/tronxy_xy3_0.4.inst.cfg deleted file mode 100644 index b895a08a80d..00000000000 --- a/resources/extruders/tronxy_xy3_0.4.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 diff --git a/resources/extruders/tronxy_xy3_0.5.inst.cfg b/resources/extruders/tronxy_xy3_0.5.inst.cfg deleted file mode 100644 index 335236a668e..00000000000 --- a/resources/extruders/tronxy_xy3_0.5.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 diff --git a/resources/extruders/tronxy_xy3_0.6.inst.cfg b/resources/extruders/tronxy_xy3_0.6.inst.cfg deleted file mode 100644 index 8569852dfa5..00000000000 --- a/resources/extruders/tronxy_xy3_0.6.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 diff --git a/resources/extruders/tronxy_xy3_0.8.inst.cfg b/resources/extruders/tronxy_xy3_0.8.inst.cfg deleted file mode 100644 index cb087394c29..00000000000 --- a/resources/extruders/tronxy_xy3_0.8.inst.cfg +++ /dev/null @@ -1,12 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_xy3 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 diff --git a/resources/variants/tronxy_d01_0.2.inst.cfg b/resources/variants/tronxy_d01_0.2.inst.cfg index 40994dae834..b08a223384c 100644 --- a/resources/variants/tronxy_d01_0.2.inst.cfg +++ b/resources/variants/tronxy_d01_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.3.inst.cfg b/resources/variants/tronxy_d01_0.3.inst.cfg index d26bd0a1ced..67386d2c17a 100644 --- a/resources/variants/tronxy_d01_0.3.inst.cfg +++ b/resources/variants/tronxy_d01_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.4.inst.cfg b/resources/variants/tronxy_d01_0.4.inst.cfg index b26a5a9144d..c9ed6d80aba 100644 --- a/resources/variants/tronxy_d01_0.4.inst.cfg +++ b/resources/variants/tronxy_d01_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.5.inst.cfg b/resources/variants/tronxy_d01_0.5.inst.cfg index caa898bba67..1bd4e3848b4 100644 --- a/resources/variants/tronxy_d01_0.5.inst.cfg +++ b/resources/variants/tronxy_d01_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.6.inst.cfg b/resources/variants/tronxy_d01_0.6.inst.cfg index d5bd24c5339..5465c77b16e 100644 --- a/resources/variants/tronxy_d01_0.6.inst.cfg +++ b/resources/variants/tronxy_d01_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_d01_0.8.inst.cfg b/resources/variants/tronxy_d01_0.8.inst.cfg index 61bd1f4074e..40b31a6f8e4 100644 --- a/resources/variants/tronxy_d01_0.8.inst.cfg +++ b/resources/variants/tronxy_d01_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.2.inst.cfg b/resources/variants/tronxy_x5sa_0.2.inst.cfg index b0ef9de7759..55f8695eed2 100644 --- a/resources/variants/tronxy_x5sa_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.3.inst.cfg b/resources/variants/tronxy_x5sa_0.3.inst.cfg index f82541d087b..7f9549a5d56 100644 --- a/resources/variants/tronxy_x5sa_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.4.inst.cfg b/resources/variants/tronxy_x5sa_0.4.inst.cfg index ce85c2772bf..e42f0d6c803 100644 --- a/resources/variants/tronxy_x5sa_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.5.inst.cfg b/resources/variants/tronxy_x5sa_0.5.inst.cfg index 8d2b487bc83..fcb9f1ab3d1 100644 --- a/resources/variants/tronxy_x5sa_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.6.inst.cfg b/resources/variants/tronxy_x5sa_0.6.inst.cfg index 26ba5b04bbf..e51df80cbab 100644 --- a/resources/variants/tronxy_x5sa_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_0.8.inst.cfg b/resources/variants/tronxy_x5sa_0.8.inst.cfg index 9c855a619e6..fb84e48d1be 100644 --- a/resources/variants/tronxy_x5sa_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg index e530906ab87..7e0f7be01d1 100644 --- a/resources/variants/tronxy_x5sa_400_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg index c2f0829ffd7..eb6f7312fad 100644 --- a/resources/variants/tronxy_x5sa_400_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg index b827af1dd21..6e3d7e727b7 100644 --- a/resources/variants/tronxy_x5sa_400_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg index c93d1b651dd..788c4c08b98 100644 --- a/resources/variants/tronxy_x5sa_400_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg index 2c6d2341ba3..0dd88679679 100644 --- a/resources/variants/tronxy_x5sa_400_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg index 4de9597d9e5..e10f453c000 100644 --- a/resources/variants/tronxy_x5sa_400_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_400_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg index 5e8a4ef4613..0bba35ad2fb 100644 --- a/resources/variants/tronxy_x5sa_500_0.2.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg index 0bd1d0dc86f..fefbae67fa8 100644 --- a/resources/variants/tronxy_x5sa_500_0.3.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg index 34d583ca4ca..ae15082dbce 100644 --- a/resources/variants/tronxy_x5sa_500_0.4.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg index 4172682931a..dbb9cae9d25 100644 --- a/resources/variants/tronxy_x5sa_500_0.5.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg index fafdf5273b6..bb9e7389a4a 100644 --- a/resources/variants/tronxy_x5sa_500_0.6.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg index cde6f30160d..271f352796c 100644 --- a/resources/variants/tronxy_x5sa_500_0.8.inst.cfg +++ b/resources/variants/tronxy_x5sa_500_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.2.inst.cfg b/resources/variants/tronxy_x_0.2.inst.cfg index 85214463c88..8cbcc137632 100644 --- a/resources/variants/tronxy_x_0.2.inst.cfg +++ b/resources/variants/tronxy_x_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.3.inst.cfg b/resources/variants/tronxy_x_0.3.inst.cfg index 327a9a3c6d2..3049da49f85 100644 --- a/resources/variants/tronxy_x_0.3.inst.cfg +++ b/resources/variants/tronxy_x_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.4.inst.cfg b/resources/variants/tronxy_x_0.4.inst.cfg index 6103204831e..feddb1e979b 100644 --- a/resources/variants/tronxy_x_0.4.inst.cfg +++ b/resources/variants/tronxy_x_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.5.inst.cfg b/resources/variants/tronxy_x_0.5.inst.cfg index 415b5ce066e..f02fcd696a6 100644 --- a/resources/variants/tronxy_x_0.5.inst.cfg +++ b/resources/variants/tronxy_x_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.6.inst.cfg b/resources/variants/tronxy_x_0.6.inst.cfg index 0bc97c815c5..65753c83b9a 100644 --- a/resources/variants/tronxy_x_0.6.inst.cfg +++ b/resources/variants/tronxy_x_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_x_0.8.inst.cfg b/resources/variants/tronxy_x_0.8.inst.cfg index 035d77937e3..2c6dfd07a3c 100644 --- a/resources/variants/tronxy_x_0.8.inst.cfg +++ b/resources/variants/tronxy_x_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.2.inst.cfg b/resources/variants/tronxy_xy2_0.2.inst.cfg index 07961c414d2..ca493a9f6a7 100644 --- a/resources/variants/tronxy_xy2_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.3.inst.cfg b/resources/variants/tronxy_xy2_0.3.inst.cfg index 10a4c91b955..64df55280bd 100644 --- a/resources/variants/tronxy_xy2_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.4.inst.cfg b/resources/variants/tronxy_xy2_0.4.inst.cfg index b2e8fa843fe..2f214b623be 100644 --- a/resources/variants/tronxy_xy2_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.5.inst.cfg b/resources/variants/tronxy_xy2_0.5.inst.cfg index 2ef364a590d..9b318ae3d23 100644 --- a/resources/variants/tronxy_xy2_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.6.inst.cfg b/resources/variants/tronxy_xy2_0.6.inst.cfg index 5063f0622fb..bdbd7c48ac6 100644 --- a/resources/variants/tronxy_xy2_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2_0.8.inst.cfg b/resources/variants/tronxy_xy2_0.8.inst.cfg index b4e8a9f5f13..311130c94f1 100644 --- a/resources/variants/tronxy_xy2_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.2.inst.cfg b/resources/variants/tronxy_xy2pro_0.2.inst.cfg index 8ffbb191156..9597d7902fd 100644 --- a/resources/variants/tronxy_xy2pro_0.2.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.3.inst.cfg b/resources/variants/tronxy_xy2pro_0.3.inst.cfg index ec8e357f438..ed3938433b3 100644 --- a/resources/variants/tronxy_xy2pro_0.3.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.4.inst.cfg b/resources/variants/tronxy_xy2pro_0.4.inst.cfg index c450cc95df9..215e84871e2 100644 --- a/resources/variants/tronxy_xy2pro_0.4.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.5.inst.cfg b/resources/variants/tronxy_xy2pro_0.5.inst.cfg index 6692413eb9c..ce3b620d66e 100644 --- a/resources/variants/tronxy_xy2pro_0.5.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.6.inst.cfg b/resources/variants/tronxy_xy2pro_0.6.inst.cfg index 399c9094438..c86876db450 100644 --- a/resources/variants/tronxy_xy2pro_0.6.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy2pro_0.8.inst.cfg b/resources/variants/tronxy_xy2pro_0.8.inst.cfg index 7fd3259d3f5..b09028a6792 100644 --- a/resources/variants/tronxy_xy2pro_0.8.inst.cfg +++ b/resources/variants/tronxy_xy2pro_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.2.inst.cfg b/resources/variants/tronxy_xy3_0.2.inst.cfg index c531d7d4ccf..8892b5977af 100644 --- a/resources/variants/tronxy_xy3_0.2.inst.cfg +++ b/resources/variants/tronxy_xy3_0.2.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.3.inst.cfg b/resources/variants/tronxy_xy3_0.3.inst.cfg index 8962281cc71..83d1a903546 100644 --- a/resources/variants/tronxy_xy3_0.3.inst.cfg +++ b/resources/variants/tronxy_xy3_0.3.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.4.inst.cfg b/resources/variants/tronxy_xy3_0.4.inst.cfg index 3c1c33bfe67..b895a08a80d 100644 --- a/resources/variants/tronxy_xy3_0.4.inst.cfg +++ b/resources/variants/tronxy_xy3_0.4.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.5.inst.cfg b/resources/variants/tronxy_xy3_0.5.inst.cfg index 82236864060..335236a668e 100644 --- a/resources/variants/tronxy_xy3_0.5.inst.cfg +++ b/resources/variants/tronxy_xy3_0.5.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.6.inst.cfg b/resources/variants/tronxy_xy3_0.6.inst.cfg index 234a01f7aa8..8569852dfa5 100644 --- a/resources/variants/tronxy_xy3_0.6.inst.cfg +++ b/resources/variants/tronxy_xy3_0.6.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3_0.8.inst.cfg b/resources/variants/tronxy_xy3_0.8.inst.cfg index cf0fe7105a9..cb087394c29 100644 --- a/resources/variants/tronxy_xy3_0.8.inst.cfg +++ b/resources/variants/tronxy_xy3_0.8.inst.cfg @@ -10,5 +10,3 @@ hardware_type = nozzle [values] machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin From 0b2f26f069c3e5dbbe1c9edee9b79c4659090a66 Mon Sep 17 00:00:00 2001 From: 64bittuning <47930605+64bittuning@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:35:17 -0500 Subject: [PATCH 9/9] Remove files --- .../definitions/tronxy_xy3proV2.def.json | 33 ------------------- .../extruders/tronxy_base_extruder_0.def.json | 2 +- .../extruders/tronxy_base_extruder_1.def.json | 19 ----------- .../variants/tronxy_xy3proV2_0.2.inst.cfg | 14 -------- .../variants/tronxy_xy3proV2_0.3.inst.cfg | 14 -------- .../variants/tronxy_xy3proV2_0.4.inst.cfg | 14 -------- .../variants/tronxy_xy3proV2_0.5.inst.cfg | 14 -------- .../variants/tronxy_xy3proV2_0.6.inst.cfg | 14 -------- .../variants/tronxy_xy3proV2_0.8.inst.cfg | 14 -------- 9 files changed, 1 insertion(+), 137 deletions(-) delete mode 100644 resources/definitions/tronxy_xy3proV2.def.json delete mode 100644 resources/extruders/tronxy_base_extruder_1.def.json delete mode 100644 resources/variants/tronxy_xy3proV2_0.2.inst.cfg delete mode 100644 resources/variants/tronxy_xy3proV2_0.3.inst.cfg delete mode 100644 resources/variants/tronxy_xy3proV2_0.4.inst.cfg delete mode 100644 resources/variants/tronxy_xy3proV2_0.5.inst.cfg delete mode 100644 resources/variants/tronxy_xy3proV2_0.6.inst.cfg delete mode 100644 resources/variants/tronxy_xy3proV2_0.8.inst.cfg diff --git a/resources/definitions/tronxy_xy3proV2.def.json b/resources/definitions/tronxy_xy3proV2.def.json deleted file mode 100644 index ebc28575a8a..00000000000 --- a/resources/definitions/tronxy_xy3proV2.def.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Tronxy XY-3 Pro V2", - "version": 2, - "inherits": "tronxy_x", - "metadata": { - "quality_definition": "tronxy_x", - "visible": true, - "platform": "tronxy.stl" - }, - "overrides": { - "machine_name": { "default_value": "Tronxy XY-3" }, - "machine_width": { "default_value": 310 }, - "machine_depth": { "default_value": 310 }, - "machine_height": { "default_value": 330 }, - "machine_head_with_fans_polygon": { "default_value": [ - [-30, 45], - [-30, -30], - [27, -30], - [27, 45] - ] - }, - "gantry_height": { "value": 30 }, - "retraction_amount": { "value": 0.5 }, - "retraction_speed": { "value": 45 }, - - - "machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21 ; Set units to millimeters\nG90 ; Set all axis to Absolute\nM82 ; Set extrusion to Absolute\nM107 ; Disable all fans\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nG28 ; Home all axis\n; Uncomment the line below to enable ABL Mesh probing\n;G29 ; Probe bed mesh for ABL\n; For best results do not run nozzle heater while performing ABL\nG1 Z5.0 ; Raise nozzle to prevent scratching of heat bed\nG1 X0 Y0 ; Move nozzle to Home before heating\nM109 S{material_print_temperature_layer_0} T0 ; Set nozzle temp and wait\nG92 E0 ; Set Extruder position to zero\n; Uncomment the following lines to enable nozzle purge line along left edge of bed\n;G1 Z2.0 F3000 ; Raise Z axis\n;G1 X1.1 Y20 Z0.2 F3600.0 ; Move to purge line start position\n;G1 Y220 F1500.0 E10 ; Draw first purge line\n;G1 X1.4 F3600.0 ; Move to side\n;G1 Y20 F1500.0 E20 ; Draw second purge line\n;G92 E0 ; Reset Extruder\n;G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n;G1 X5 Y20 Z0.2 F3600.0 ; Move over to finish nozzle wipe\n;G92 E0\n"}, - "machine_end_gcode": { "default_value": "M83 ; Set extrder to Relative\nG1 E-5 F3000 ; Retract 5mm of filament at 50mm/s\nG90 ; Set all axis to Absolute \nG1 X0 Y{machine_depth} ; Park print head\nG1 Z10 ; Move up 10mm\nM106 S0 ; Set fan speed to 0\nM104 S0 ; Set bed temp to 0\nM140 S0 ; Set Nozzle temp to 0\nM84 ; Disable all stepper motors\n" }, - - "machine_acceleration": { "value": 150 } - } -} - diff --git a/resources/extruders/tronxy_base_extruder_0.def.json b/resources/extruders/tronxy_base_extruder_0.def.json index 14acb5150af..06fbcba0254 100644 --- a/resources/extruders/tronxy_base_extruder_0.def.json +++ b/resources/extruders/tronxy_base_extruder_0.def.json @@ -10,7 +10,7 @@ "overrides": { "extruder_nr": { "default_value": 0, - "maximum_value": "1" + "maximum_value": "0" }, "machine_nozzle_size": { "default_value": 0.4 }, "material_diameter": { "default_value": 1.75 } diff --git a/resources/extruders/tronxy_base_extruder_1.def.json b/resources/extruders/tronxy_base_extruder_1.def.json deleted file mode 100644 index 3a5a35cd017..00000000000 --- a/resources/extruders/tronxy_base_extruder_1.def.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": 2, - "name": "Extruder 2", - "inherits": "fdmextruder", - "metadata": { - "machine": "tronxy_x", - "position": "1" - }, - - "overrides": { - "extruder_nr": { - "default_value": 1, - "maximum_value": "1" - }, - "machine_nozzle_size": { "default_value": 0.4 }, - "material_diameter": { "default_value": 1.75 } - - } -} diff --git a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg b/resources/variants/tronxy_xy3proV2_0.2.inst.cfg deleted file mode 100644 index 8f4bb9c02b8..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.2.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.2mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.2 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg b/resources/variants/tronxy_xy3proV2_0.3.inst.cfg deleted file mode 100644 index 5c2294b740e..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.3.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.3mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.3 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg b/resources/variants/tronxy_xy3proV2_0.4.inst.cfg deleted file mode 100644 index 7026dd7affa..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.4.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.4mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.4 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg b/resources/variants/tronxy_xy3proV2_0.5.inst.cfg deleted file mode 100644 index 4d75c2ca644..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.5.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.5mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.5 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg b/resources/variants/tronxy_xy3proV2_0.6.inst.cfg deleted file mode 100644 index ffe812aed40..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.6.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.6mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.6 -zig_zaggify_infill = True -retraction_combing = noskin diff --git a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg b/resources/variants/tronxy_xy3proV2_0.8.inst.cfg deleted file mode 100644 index c72c440fe31..00000000000 --- a/resources/variants/tronxy_xy3proV2_0.8.inst.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[general] -name = 0.8mm Nozzle -version = 4 -definition = tronxy_xy3proV2 - -[metadata] -setting_version = 19 -type = variant -hardware_type = nozzle - -[values] -machine_nozzle_size = 0.8 -zig_zaggify_infill = True -retraction_combing = noskin