Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author64bittuning <47930605+64bittuning@users.noreply.github.com>2022-01-29 00:33:13 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2022-01-29 00:33:13 +0300
commit8198bc0db50f6da47c58f898f2a42bab6d739888 (patch)
treec72ce42c1a7b8ba456b4d8f56424e46e113f824b /resources/definitions/tronxy_xy3proV2.def.json
parent556a451b9ec28bebdb3fb97dff56b5a7f4822978 (diff)
Submitting for approval
Upon doing my research, I have seen several other people struggle with build issues. I feel at this time that I have done my due dilligence, and as long as my only failure is 14/15, I feel this PR is ready.
Diffstat (limited to 'resources/definitions/tronxy_xy3proV2.def.json')
-rw-r--r--resources/definitions/tronxy_xy3proV2.def.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/resources/definitions/tronxy_xy3proV2.def.json b/resources/definitions/tronxy_xy3proV2.def.json
new file mode 100644
index 0000000000..2be9a1998e
--- /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 }
+ }
+}