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-30 21:18:14 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2020-04-30 21:18:14 +0300
commit12ccd8298c11d62f36165fe6db4fd22c4489b45f (patch)
tree1a72fad3092af236401310c7ff1368f3fd01975f /resources/definitions/tronxy_x5sa_400.def.json
parentd08d8a26ed32839faea6d6d0197fce0339d7eb5c (diff)
Machine profile update
Updated and condensed machine profiles. Edited formatting to make more sense and be consistent across all files. I3 printers present print to the front, CoreXY move to 0. Speeds are set per machine based orr factory firmware, which should provide more accurate "Estimated time" values "out of the box".
Diffstat (limited to 'resources/definitions/tronxy_x5sa_400.def.json')
-rw-r--r--resources/definitions/tronxy_x5sa_400.def.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/resources/definitions/tronxy_x5sa_400.def.json b/resources/definitions/tronxy_x5sa_400.def.json
index f42179ea69..2a63d1d6b2 100644
--- a/resources/definitions/tronxy_x5sa_400.def.json
+++ b/resources/definitions/tronxy_x5sa_400.def.json
@@ -1,5 +1,5 @@
{
- "name": "Tronxy X5SA 400",
+ "name": "Tronxy X5SA/X5ST/Pro 400",
"version": 2,
"inherits": "tronxy_x",
"metadata": {
@@ -20,8 +20,14 @@
[27, 45]
]
},
+ "gantry_height": { "value": 40 },
+
"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 }
+ "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_max_feedrate_x": { "value": 100 },
+ "machine_max_feedrate_y": { "value": 100 },
+ "machine_max_feedrate_z": { "value": 20 },
+ "machine_max_feedrate_e": { "value": 120 }
}
}