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_x.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_x.def.json')
-rw-r--r--resources/definitions/tronxy_x.def.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json
index 8b6c56c925..decb49d3ee 100644
--- a/resources/definitions/tronxy_x.def.json
+++ b/resources/definitions/tronxy_x.def.json
@@ -32,10 +32,10 @@
"machine_max_feedrate_z": { "value": 10 },
"machine_max_feedrate_e": { "value": 50 },
- "machine_max_acceleration_x": { "value": 100 },
- "machine_max_acceleration_y": { "value": 100 },
- "machine_max_acceleration_z": { "value": 100 },
- "machine_max_acceleration_e": { "value": 100 },
+ "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 },
@@ -46,8 +46,8 @@
"material_diameter": { "default_value": 1.75 },
- "acceleration_print": { "value": 100 },
- "acceleration_travel": { "value": 100 },
+ "acceleration_print": { "value": "machine_acceleration" },
+ "acceleration_travel": { "value": "machine_acceleration" },
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },