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-05-01 17:33:24 +0300
committer64bittuning <47930605+64bittuning@users.noreply.github.com>2020-05-01 17:33:24 +0300
commit2ab2a204a89c4a3a39ba2777e937665512afbcf4 (patch)
treeb6385cf1f8d64353df56dbdc78f57fee6c10115c /resources/definitions/tronxy_x.def.json
parent5a0eda9cfe7005b742dcec012ef1f67552a1297b (diff)
Update tronxy_x.def.json
Diffstat (limited to 'resources/definitions/tronxy_x.def.json')
-rw-r--r--resources/definitions/tronxy_x.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/tronxy_x.def.json b/resources/definitions/tronxy_x.def.json
index 2efee1a910..3273d7dd41 100644
--- a/resources/definitions/tronxy_x.def.json
+++ b/resources/definitions/tronxy_x.def.json
@@ -65,7 +65,7 @@
"speed_wall_x": { "value": "speed_wall" },
"speed_topbottom": { "value": "speed_print / 1.5" },
"speed_roofing": { "value": "speed_topbottom" },
- "speed_travel": { "value": "60.0 if speed_print < 50 else 75.0 if speed_print > 60 else speed_print * 1.5" },
+ "speed_travel": { "value": "60.0 if speed_print < 50 else 120.0 if speed_print > 80 else speed_print * 1.25" },
"speed_layer_0": { "value": 30.0 },
"speed_print_layer_0": { "value": "speed_layer_0" },
"speed_travel_layer_0": { "value": "45 if speed_layer_0 < 20 else 60 if speed_layer_0 > 30 else speed_layer_0 * 1.5" },