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>2020-04-29 06:06:26 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2020-04-29 06:06:26 +0300
commit1eaa38467655761cb27085057b45c2e4e8c98870 (patch)
tree43178d7fe295b16807b3a9ecf706de845b151751 /resources/definitions/tronxy_xy2.def.json
parent8386d094d3bc9226754b8e2d4b6728735283380b (diff)
Tronxy Definition files
Reposting the original set of def files from #7553. More to follow.
Diffstat (limited to 'resources/definitions/tronxy_xy2.def.json')
-rw-r--r--resources/definitions/tronxy_xy2.def.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/definitions/tronxy_xy2.def.json b/resources/definitions/tronxy_xy2.def.json
new file mode 100644
index 0000000000..9c952fcb4b
--- /dev/null
+++ b/resources/definitions/tronxy_xy2.def.json
@@ -0,0 +1,29 @@
+{
+ "name": "Tronxy XY-2",
+ "version": 2,
+ "inherits": "tronxy_x",
+ "metadata": {
+ "quality_definition": "tronxy_x",
+ "visible": true,
+ "author": "AdderMk2",
+ "platform": "tronxy.stl"
+ },
+ "overrides": {
+ "machine_name": { "default_value": "Tronxy XY-2" },
+ "machine_width": { "default_value": 255 },
+ "machine_depth": { "default_value": 255 },
+ "machine_height": { "default_value": 260 },
+ "machine_head_with_fans_polygon": { "default_value": [
+ [-30, 45],
+ [-30, -30],
+ [27, -30],
+ [27, 45]
+ ]
+ },
+ "machine_start_gcode": {
+ "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature} T0\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} 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"
+ },
+
+ "gantry_height": { "value": 40 }
+ }
+}