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_x5sa_400.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_x5sa_400.def.json')
-rw-r--r--resources/definitions/tronxy_x5sa_400.def.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json
new file mode 100644
index 0000000000..f42179ea69
--- /dev/null
+++ b/resources/definitions/tronxy_x5sa_400.def.json
@@ -0,0 +1,27 @@
+{
+ "name": "Tronxy X5SA 400",
+ "version": 2,
+ "inherits": "tronxy_x",
+ "metadata": {
+ "quality_definition": "tronxy_x",
+ "visible": true,
+ "author": "AdderMk2",
+ "platform": "tronxy.stl"
+ },
+ "overrides": {
+ "machine_name": { "default_value": "Tronxy X5SA 400" },
+ "machine_width": { "default_value": 400 },
+ "machine_depth": { "default_value": 400 },
+ "machine_height": { "default_value": 400 },
+ "machine_head_with_fans_polygon": { "default_value": [
+ [-48, 45],
+ [-48, -30],
+ [27, -30],
+ [27, 45]
+ ]
+ },
+ "machine_start_gcode": { "default_value": "; X5SA 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 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 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y0 ; Move to Zero\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" },
+ "gantry_height": { "value": 40 }
+ }
+}