Merge pull request #11366 from 64bittuning/master

Tronxy Profiles 2022 Update
This commit is contained in:
Jaime van Kessel 2022-02-09 14:51:23 +01:00 committed by GitHub
commit 8c6d97f20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
65 changed files with 296 additions and 109 deletions

View File

@ -5,7 +5,6 @@
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -22,16 +21,9 @@
}, },
"gantry_height": { "value": 30 }, "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_start_gcode": { "default_value": "; D01 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 Y200.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y200.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 } "machine_acceleration": { "value": 120 }
} }
} }

View File

@ -4,13 +4,14 @@
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": { "metadata": {
"visible": false, "visible": false,
"author": "AdderMk2", "author": "KV/AdderMk2",
"manufacturer": "Tronxy", "manufacturer": "Tronxy",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"first_start_actions": ["MachineSettingsAction"], "first_start_actions": ["MachineSettingsAction"],
"machine_extruder_trains": { "machine_extruder_trains": {
"0": "tronxy_base_extruder_0" "0": "tronxy_base_extruder_0",
"1": "tronxy_base_extruder_1"
}, },
"has_materials": true, "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_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_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 }, "machine_heated_bed": { "default_value": true },
@ -51,7 +38,7 @@
"acceleration_travel_layer_0": { "value": "acceleration_travel" }, "acceleration_travel_layer_0": { "value": "acceleration_travel" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "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": { "value": "jerk_print" },
"jerk_travel_layer_0": { "value": "jerk_travel" }, "jerk_travel_layer_0": { "value": "jerk_travel" },
@ -60,10 +47,10 @@
"speed_print": { "value": 60.0 } , "speed_print": { "value": 60.0 } ,
"speed_infill": { "value": "speed_print" }, "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_0": { "value": "speed_wall" },
"speed_wall_x": { "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_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_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 }, "speed_layer_0": { "value": 30.0 },
@ -82,24 +69,26 @@
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"material_final_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" },
"material_flow": { "value": 100 }, "material_flow": { "value": 95 },
"material_flow_layer_0": { "value": 95 },
"z_seam_type": { "value": "'back'" }, "z_seam_type": { "value": "'sharpest_corner'" },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" }, "z_seam_corner": { "value": "'z_seam_corner_inner'" },
"infill_sparse_density": { "value": "20" }, "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_before_walls": { "value": false },
"infill_overlap": { "value": 30.0 }, "infill_overlap": { "value": 30.0 },
"skin_overlap": { "value": 10.0 }, "skin_overlap": { "value": 10.0 },
"infill_wipe_dist": { "value": 0.0 }, "infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 },
"fill_outline_gaps": { "value": false }, "fill_outline_gaps": { "value": true },
"filter_out_tiny_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": true },
"retraction_speed": { "retraction_speed": {
"maximum_value_warning": "machine_max_feedrate_e", "maximum_value_warning": "machine_max_feedrate_e",
"default_value": 45,
"maximum_value": 200 "maximum_value": 200
}, },
"retraction_retract_speed": { "retraction_retract_speed": {
@ -111,17 +100,19 @@
"maximum_value": 200 "maximum_value": 200
}, },
"retraction_hop_enabled": { "value": "False" }, "retraction_hop_enabled": { "value": "True" },
"retraction_hop": { "value": 0.2 }, "retraction_hop": { "value": 0.2 },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 }, "retraction_combing_max_distance": { "value": 30 },
"travel_avoid_other_parts": { "value": true }, "travel_avoid_other_parts": { "value": false },
"travel_avoid_supports": { "value": true }, "travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true }, "travel_retract_before_outer_wall": { "value": true },
"retraction_enable": { "value": true }, "retraction_enable": { "value": true },
"retract_at_layer_change": { "value": true },
"retraction_count_max": { "value": 100 }, "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 }, "retraction_min_travel": { "value": 1.5 },
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
@ -141,24 +132,27 @@
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
"support_pattern": { "value": "'zigzag'" }, "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_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_xy_distance_overhang": { "value": "wall_line_width_0" },
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" }, "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_enable": { "value": true },
"support_brim_width": { "value": 4 }, "support_brim_width": { "value": 4 },
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": false },
"support_interface_height": { "value": "layer_height * 4" }, "support_interface_height": { "value": "layer_height * 4" },
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },
"support_interface_skip_height": { "value": 0.2 }, "support_interface_skip_height": { "value": 0.2 },
"minimum_support_area": { "value": 2 }, "minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 }, "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" }, "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
"wall_thickness": {"value": "line_width * 2" } "wall_line_count": {"value": "3" }
} }
} }

View File

@ -1,11 +1,10 @@
{ {
"name": "Tronxy X5SA/X5ST/Pro", "name": "Tronxy X5SA/X5ST/Pro/2E/D01 Plus",
"version": 2, "version": 2,
"inherits": "tronxy_x", "inherits": "tronxy_x",
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,8 +20,11 @@
] ]
}, },
"gantry_height": { "value": 40 }, "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_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 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\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_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 }
} }
} }

View File

@ -1,11 +1,10 @@
{ {
"name": "Tronxy X5SA/X5ST/Pro 400", "name": "Tronxy X5SA/X5ST/Pro/2E 400mm",
"version": 2, "version": 2,
"inherits": "tronxy_x", "inherits": "tronxy_x",
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,13 +20,11 @@
] ]
}, },
"gantry_height": { "value": 40 }, "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_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 ;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_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_acceleration": { "value": 150 }
"machine_max_feedrate_y": { "value": 100 },
"machine_max_feedrate_z": { "value": 20 },
"machine_max_feedrate_e": { "value": 120 }
} }
} }

View File

@ -1,11 +1,10 @@
{ {
"name": "Tronxy X5SA/X5ST/Pro 500", "name": "Tronxy X5SA/X5ST/Pro/2E 500mm",
"version": 2, "version": 2,
"inherits": "tronxy_x", "inherits": "tronxy_x",
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,13 +20,11 @@
] ]
}, },
"gantry_height": { "value": 40 }, "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_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 ;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_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_acceleration": { "value": 150 }
"machine_max_feedrate_y": { "value": 150 },
"machine_max_feedrate_z": { "value": 20 },
"machine_max_feedrate_e": { "value": 120 }
} }
} }

View File

@ -5,7 +5,6 @@
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,18 +20,11 @@
] ]
}, },
"gantry_height": { "value": 40 }, "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_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\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\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_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_acceleration": { "value": 150 }
"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 }
} }
} }

View File

@ -1,11 +1,10 @@
{ {
"name": "Tronxy XY-2 Pro", "name": "Tronxy XY-2 Pro/Pro 2E/XY3 SE",
"version": 2, "version": 2,
"inherits": "tronxy_x", "inherits": "tronxy_x",
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,23 +20,11 @@
] ]
}, },
"gantry_height": { "value": 40 }, "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_start_gcode": { "default_value": "; XY-2 Pro 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\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_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_acceleration": { "value": 150 }
"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 }
} }
} }

View File

@ -1,11 +1,10 @@
{ {
"name": "Tronxy XY-3", "name": "Tronxy XY-3/Pro",
"version": 2, "version": 2,
"inherits": "tronxy_x", "inherits": "tronxy_x",
"metadata": { "metadata": {
"quality_definition": "tronxy_x", "quality_definition": "tronxy_x",
"visible": true, "visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl" "platform": "tronxy.stl"
}, },
"overrides": { "overrides": {
@ -21,18 +20,11 @@
] ]
}, },
"gantry_height": { "value": 30 }, "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_start_gcode": { "default_value": "; XY-3 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\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_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_acceleration": { "value": 150 }
"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 }
} }
} }

View File

@ -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-3 Pro 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 }
}
}

View File

@ -8,7 +8,10 @@
}, },
"overrides": { "overrides": {
"extruder_nr": { "default_value": 0 }, "extruder_nr": {
"default_value": 0,
"maximum_value": "1"
},
"machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 } "material_diameter": { "default_value": 1.75 }

View File

@ -0,0 +1,19 @@
{
"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 }
}
}

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.2 machine_nozzle_size = 0.2
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.3 machine_nozzle_size = 0.3
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.4 machine_nozzle_size = 0.4
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.5 machine_nozzle_size = 0.5
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.6 machine_nozzle_size = 0.6
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -10,3 +10,5 @@ hardware_type = nozzle
[values] [values]
machine_nozzle_size = 0.8 machine_nozzle_size = 0.8
zig_zaggify_infill = True
retraction_combing = noskin

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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